UIConnectionInfoUtil.IsWindowsAuthentication Method

Definition

Determines if the UIConnectionInfo object uses WindowsAuthentication in the first connection info in the list.

Overloads

IsWindowsAuthentication(UIConnectionGroupInfo)

Determines if the UIConnectionInfo object uses Windows Authentication with the specified connection info list parameter.

IsWindowsAuthentication(UIConnectionInfo)

Determines if the UIConnectionInfo object uses Windows Authentication with the specified connection information.

IsWindowsAuthentication(UIConnectionGroupInfo)

Determines if the UIConnectionInfo object uses Windows Authentication with the specified connection info list parameter.

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

Parameters

connectionInfoList
UIConnectionGroupInfo

The list of the connection information.

Returns

true to the object uses Windows Authentication; otherwise, false.

Applies to

IsWindowsAuthentication(UIConnectionInfo)

Determines if the UIConnectionInfo object uses Windows Authentication with the specified connection information.

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

Parameters

ci
UIConnectionInfo

The information of the connection.

Returns

true to the object uses Windows Authentication; otherwise, false.

Applies to