Package.PackagePassword Propiedad

Definición

Establece el valor de la contraseña para el paquete. Esta propiedad es de solo escritura.

public:
 property System::String ^ PackagePassword {  void set(System::String ^ value); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategorySecurity")]
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PackagePasswordDesc")]
public string PackagePassword { set; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategorySecurity")>]
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PackagePasswordDesc")>]
member this.PackagePassword : string
Public Property PackagePassword As String

Valor de propiedad

String

El valor de la contraseña para el paquete.

Atributos

Se aplica a