PackageNeutralClass.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
Public Overridable WriteOnly Property PackagePassword As String
Set
'Usage
Dim instance As PackageNeutralClass
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)
Eigenschaftswert
Typ: System.String
The password for the package.
Implementiert
IDTSPackage100.PackagePassword
Hinweise
For more information, see Package.