Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the Boolean property value that specifies whether the connection uses integrated security.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Property UseIntegratedSecurity As Boolean
Get
Set
'Usage
Dim instance As SqlOlapConnectionInfoBase
Dim value As Boolean
value = instance.UseIntegratedSecurity
instance.UseIntegratedSecurity = value
public bool UseIntegratedSecurity { get; set; }
public:
property bool UseIntegratedSecurity {
bool get ();
void set (bool value);
}
member UseIntegratedSecurity : bool with get, set
function get UseIntegratedSecurity () : boolean
function set UseIntegratedSecurity (value : boolean)
Eigenschaftswert
Typ: System.Boolean
A Boolean value that specifies whether the connection uses integrated security.If True, the connection does not use integrated security.If False (default), the connection does use integrated security.