Compartilhar via


Propriedade do RDL WindowsAuthentication

Gets or sets a Boolean that indicates whether the Exec80PackageTask should use Windows Authentication when executing the child Microsoft SQL Server 2000 Data Transformation Services (DTS) package.

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

Sintaxe

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

Valor da propriedade

Tipo: System. . :: . .Boolean
true if Windows Authentication should be used for the child DTS package; otherwise, false.

Implementa

IDTSExec80PackageTask. . :: . .WindowsAuthentication