Compartir a través de


PackageNeutralClass.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
Public Overridable WriteOnly Property PackagePassword As String 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The password for the package.

Implementa

IDTSPackage100.PackagePassword

Comentarios

For more information, see Package.

Vea también

Referencia

PackageNeutralClass Clase

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