Exec80PackageTask.WindowsAuthentication Property

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 (in Microsoft.SqlServer.Exec80PackageTask.dll)

Syntax

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

Property Value

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

Implements

IDTSExec80PackageTask.WindowsAuthentication