IDTSPackage100.PackagePassword-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Sets the password for the package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
WriteOnly Property PackagePassword As String
Set
'Usage
Dim instance As IDTSPackage100
Dim value As String
instance.PackagePassword = value
string PackagePassword { set; }
property String^ PackagePassword {
void set (String^ value);
}
abstract PackagePassword : string with get, set
function set PackagePassword (value : String)
Eigenschaftswert
Typ: System.String
The password for the package.
Hinweise
This interface is implemented by the Package and PackageNeutral interfaces.