ExecutePackageTaskClass.PackagePassword Property
Sets the password of the child package to be executed by the ExecutePackageTask.
命名空间: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
程序集: Microsoft.SqlServer.ExecPackageTaskWrap (in microsoft.sqlserver.execpackagetaskwrap.dll)
语法
声明
<DispIdAttribute(2)> _
Public Overridable WriteOnly Property PackagePassword As String Implements IDTSExecutePackage90.PackagePassword
[DispIdAttribute(2)]
public virtual string IDTSExecutePackage90.PackagePassword { set; }
[DispIdAttribute(2)]
public:
virtual property String^ PackagePassword {
void set ([InAttribute] String^ ) = IDTSExecutePackage90::PackagePassword::set;
}
J# 支持显式接口实现的使用,但不支持新接口实现的声明。
JScript 支持显式接口实现的使用,但不支持新接口实现的声明。
属性值
The password of the child package to be executed by the ExecutePackageTask.
线程安全
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
ExecutePackageTaskClass Class
ExecutePackageTaskClass Members
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace