Udostępnij za pośrednictwem


Właściwość Exec80PackageTask.WindowsAuthentication

Pobiera lub ustawia wartość logiczna wskazuje, że czy Exec80PackageTask należy używać uwierzytelniania systemu Windows podczas wykonywania podrzędność Microsoft SQL Server 2000 usług transformacji danych (DTS) pakiet.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Zestaw:  Microsoft.SqlServer.Exec80PackageTask (w Microsoft.SqlServer.Exec80PackageTask.dll)

Składnia

'Deklaracja
Public Property WindowsAuthentication As Boolean
    Get
    Set
'Użycie
Dim instance As Exec80PackageTask
Dim value As Boolean

value = instance.WindowsAuthentication

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

Wartość właściwości

Typ: System.Boolean
TRUE się użycie uwierzytelniania systemu Windows DTS podrzędność pakiet; w przeciwnym razie false.

Implementacje

IDTSExec80PackageTask.WindowsAuthentication