PackagePassword 属性
Sets the value of the password for the package. This property is write-only.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public WriteOnly Property PackagePassword As String
Set
用法
Dim instance As Package
Dim value As String
instance.PackagePassword = value
public string PackagePassword { set; }
public:
property String^ PackagePassword {
void set (String^ value);
}
member PackagePassword : string with get, set
function set PackagePassword (value : String)