Compartir a través de


ApplicationClass.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 value of the password for the package. This property is write-only.

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 ApplicationClass 
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

IDTSApplication100.PackagePassword

Vea también

Referencia

ApplicationClass Clase

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