UseWindowsAuthentication 속성
Gets or sets a Boolean that indicates if Windows Authentication is used for the connection.
네임스페이스: Microsoft.SqlServer.Dts.ManagedConnections
어셈블리: Microsoft.SqlServer.ManagedConnections.dll의 Microsoft.SqlServer.ManagedConnections
구문
‘선언
Public Property UseWindowsAuthentication As Boolean
Get
Set
‘사용 방법
Dim instance As SMOServerConn
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 Windows Authentication is used in the connection; otherwise, false.
주의
This value determines if the user name or password properties are required. A value of true indicates that Windows Authentication is being used, thus a user name and password are not required in the connection.