Compartir a través de


WindowsAuthentication Propiedad

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Ensamblado:  Microsoft.SqlServer.Exec80PackageTask (en Microsoft.SqlServer.Exec80PackageTask.dll)

Sintaxis

'Declaración
Property WindowsAuthentication As Boolean
    Get
    Set
'Uso
Dim instance As IDTSExec80PackageTask
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 de la propiedad

Tipo: System. . :: . .Boolean