Freigeben über


WindowsAuthentication-Eigenschaft

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Namespace:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly:  Microsoft.SqlServer.Exec80PackageTask (in Microsoft.SqlServer.Exec80PackageTask.dll)

Syntax

'Declaration
Property WindowsAuthentication As Boolean
    Get
    Set
'Usage
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)

Eigenschaftswert

Typ: System. . :: . .Boolean