다음을 통해 공유


UseWindowsAuthentication 속성

Gets or sets a value indicating whether Windows Integrated Security Authentication will be used.

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

구문

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

value = instance.UseWindowsAuthentication

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

속성 값

유형: System. . :: . .Boolean
True if the Windows Integrated Security Authentication will be used. Otherwise, false.