Compartilhar via


Propriedade do RDL SMOServerConn.UseWindowsAuthentication

Gets or sets a Boolean that indicates if Windows Authentication is used for the connection.

Namespace:  Microsoft.SqlServer.Dts.ManagedConnections
Assembly:  Microsoft.SqlServer.ManagedConnections (em Microsoft.SqlServer.ManagedConnections.dll)

Sintaxe

'Declaração
Public Property UseWindowsAuthentication As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Boolean
true if Windows Authentication is used in the connection; otherwise, false.

Comentários

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.

Consulte também

Referência

SMOServerConn Classe

Namespace Microsoft.SqlServer.Dts.ManagedConnections