共用方式為


ExecutePackageTaskClass.PackagePassword 屬性

Sets the password of the child package to be executed by the ExecutePackageTask.

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

語法

'宣告
Public Overridable WriteOnly Property PackagePassword As String 
    Set
'用途
Dim instance As ExecutePackageTaskClass 
Dim value As String

instance.PackagePassword = value
public virtual string PackagePassword { set; }
public:
virtual property String^ PackagePassword {
    void set (String^ value);
}
abstract PackagePassword : string with get, set 
override PackagePassword : string with get, set
function set PackagePassword (value : String)

屬性值

型別:System.String
The password of the child package to be executed by the ExecutePackageTask.

實作

IDTSExecutePackage100.PackagePassword

請參閱

參考

ExecutePackageTaskClass 類別

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask 命名空間