Proprietà PackageNeutralClass.PackagePassword

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Sets the password for the package.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable WriteOnly Property PackagePassword As String 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The password for the package.

Implementa

IDTSPackage100.PackagePassword

Osservazioni

For more information, see Package.

Vedere anche

Riferimento

PackageNeutralClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper