다음을 통해 공유


RegisteredServer.LoginSecure 속성

Gets or sets the Boolean property value that specifies whether the connection is authenticated by Windows Authentication.

네임스페이스:  Microsoft.SqlServer.Management.Smo.RegisteredServers
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public Property LoginSecure As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As RegisteredServer 
Dim value As Boolean 

value = instance.LoginSecure

instance.LoginSecure = value
public bool LoginSecure { get; set; }
public:
property bool LoginSecure {
    bool get ();
    void set (bool value);
}
member LoginSecure : bool with get, set
function get LoginSecure () : boolean 
function set LoginSecure (value : boolean)

속성 값

유형: System.Boolean
A Boolean value that specifies whether the connection is authenticated by Windows Authentication.If True (default), the connection is authenticated by Windows Authentication.If False, the connection is authenticated by using SQL Server standard authentication.

참고 항목

참조

RegisteredServer 클래스

Microsoft.SqlServer.Management.Smo.RegisteredServers 네임스페이스

관련 자료

등록된 서버 관리