Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Sets the value of the password for the package. This property is write-only.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public WriteOnly Property PackagePassword As String
Set
'Usage
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)
Property Value
Type: System.String
The value of the password for the package.