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.