Compartir a través de


IDTSExecutePackage100.PackagePassword Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Sets the password of the child package.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Ensamblado:  Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintaxis

'Declaración
WriteOnly Property PackagePassword As String 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The password of the child package.

Vea también

Referencia

IDTSExecutePackage100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask