Gets or sets a value indicating whether the data source uses integrated security when connecting.
| Visual Basic (Declaration) | |
|---|---|
Public Property IntegratedSecurity As Boolean | |
| C# | |
|---|---|
public bool IntegratedSecurity {get; set;} | |
Return Value
A Boolean value where true indicates that the data source uses integrated security when connecting; otherwise false. The default value is false.