UIConnectionInfoUtil.IsWindowsAuthentication Methode

Definition

Stellt fest, ob das UIConnectionInfo-Objekt in den ersten Verbindungsinformationen in der Liste die Windows-Authentifizierung verwendet.

Überlädt

IsWindowsAuthentication(UIConnectionGroupInfo)

Bestimmt, ob das UIConnectionInfo Objekt die Windows-Authentifizierung mit dem angegebenen Verbindungsinformationenlistenparameter verwendet.

IsWindowsAuthentication(UIConnectionInfo)

Bestimmt, ob das Objekt die UIConnectionInfo Windows-Authentifizierung mit den angegebenen Verbindungsinformationen verwendet.

IsWindowsAuthentication(UIConnectionGroupInfo)

Bestimmt, ob das UIConnectionInfo Objekt die Windows-Authentifizierung mit dem angegebenen Verbindungsinformationenlistenparameter verwendet.

public:
 static bool IsWindowsAuthentication(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionGroupInfo ^ connectionInfoList);
public static bool IsWindowsAuthentication (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo connectionInfoList);
static member IsWindowsAuthentication : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo -> bool
Public Shared Function IsWindowsAuthentication (connectionInfoList As UIConnectionGroupInfo) As Boolean

Parameter

connectionInfoList
UIConnectionGroupInfo

Die Liste der Verbindungsinformationen.

Gibt zurück

true, wenn das Objekt die Windows-Authentifizierung verwendet; anderenfalls false.

Gilt für:

IsWindowsAuthentication(UIConnectionInfo)

Bestimmt, ob das Objekt die UIConnectionInfo Windows-Authentifizierung mit den angegebenen Verbindungsinformationen verwendet.

public:
 static bool IsWindowsAuthentication(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci);
public static bool IsWindowsAuthentication (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
static member IsWindowsAuthentication : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> bool
Public Shared Function IsWindowsAuthentication (ci As UIConnectionInfo) As Boolean

Parameter

ci
UIConnectionInfo

Die Informationen der Verbindung.

Gibt zurück

true, wenn das Objekt die Windows-Authentifizierung verwendet; anderenfalls false.

Gilt für: