Proprietà IDTSExecutePackage100.PackagePassword
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Sets the password of the child package.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Sintassi
'Dichiarazione
WriteOnly Property PackagePassword As String
Set
'Utilizzo
Dim instance As IDTSExecutePackage100
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)
Valore proprietà
Tipo: System.String
The password of the child package.
Vedere anche
Riferimento
IDTSExecutePackage100 Interfaccia
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask