UIConnectionInfoUtil.SetWindowsAuthentication 메서드

정의

UIConnectionInfo 개체의 목록에 있는 모든 요소에 Windows 인증을 사용할지 여부를 지정합니다.

오버로드

SetWindowsAuthentication(UIConnectionGroupInfo, Boolean)

UIConnectionInfo 개체의 목록에 있는 모든 요소에 Windows 인증을 사용할지 여부를 지정합니다.

SetWindowsAuthentication(UIConnectionInfo, Boolean)

Windows 인증이 사용하도록 설정된 경우 Windows 인증을 사용할 UIConnectionInfo 개체를 지정합니다.

SetWindowsAuthentication(UIConnectionGroupInfo, Boolean)

UIConnectionInfo 개체의 목록에 있는 모든 요소에 Windows 인증을 사용할지 여부를 지정합니다.

public:
 static void SetWindowsAuthentication(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionGroupInfo ^ connectionInfoList, bool enable);
public static void SetWindowsAuthentication (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo connectionInfoList, bool enable);
static member SetWindowsAuthentication : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo * bool -> unit
Public Shared Sub SetWindowsAuthentication (connectionInfoList As UIConnectionGroupInfo, enable As Boolean)

매개 변수

connectionInfoList
UIConnectionGroupInfo

연결 정보의 목록입니다.

enable
Boolean

인증을 사용하도록 설정하려면 true이고, 그렇지 않으면 false입니다.

적용 대상

SetWindowsAuthentication(UIConnectionInfo, Boolean)

Windows 인증이 사용하도록 설정된 경우 Windows 인증을 사용할 UIConnectionInfo 개체를 지정합니다.

public:
 static void SetWindowsAuthentication(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci, bool enable);
public static void SetWindowsAuthentication (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci, bool enable);
static member SetWindowsAuthentication : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * bool -> unit
Public Shared Sub SetWindowsAuthentication (ci As UIConnectionInfo, enable As Boolean)

매개 변수

ci
UIConnectionInfo

연결 정보입니다.

enable
Boolean

인증을 사용하도록 설정하려면 true이고, 그렇지 않으면 false입니다.

적용 대상