Compartir a través de


IDTSPackage100.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 for the package.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

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

Valor de la propiedad

Tipo: System.String
The password for the package.

Comentarios

This interface is implemented by the Package and PackageNeutral interfaces.

Vea también

Referencia

IDTSPackage100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper