Compartilhar via


Propriedade do RDL WindowsAuthentication

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
Property WindowsAuthentication As Boolean
    Get
    Set
'Uso
Dim instance As IConnectionSecurityContext
Dim value As Boolean

value = instance.WindowsAuthentication

instance.WindowsAuthentication = value
bool WindowsAuthentication { get; set; }
property bool WindowsAuthentication {
    bool get ();
    void set (bool value);
}
abstract WindowsAuthentication : bool with get, set
function get WindowsAuthentication () : boolean
function set WindowsAuthentication (value : boolean)

Valor da propriedade

Tipo: System. . :: . .Boolean