共用方式為


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.

命名空間:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
組件:  Microsoft.SqlServer.Exec80PackageTask (在 Microsoft.SqlServer.Exec80PackageTask.dll 中)

語法

'宣告
Public Property WindowsAuthentication As Boolean
    Get
    Set
'用途
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)

屬性值

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

實作

IDTSExec80PackageTask. . :: . .WindowsAuthentication