ITransSynchronizationAgent.DtsPackagePassword Propiedad

Gets or sets the owner password that used to access the Microsoft SQL Server 2000 Data Transformation Services (DTS) package specified by the DtsPackageFileName property.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Property DtsPackagePassword As String 
    Get 
    Set
'Uso
Dim instance As ITransSynchronizationAgent 
Dim value As String 

value = instance.DtsPackagePassword

instance.DtsPackagePassword = value
string DtsPackagePassword { get; set; }
property String^ DtsPackagePassword {
    String^ get ();
    void set (String^ value);
}
abstract DtsPackagePassword : string with get, set
function get DtsPackagePassword () : String 
function set DtsPackagePassword (value : String)

Valor de la propiedad

Tipo: System.String
The owner password.

Vea también

Referencia

ITransSynchronizationAgent Interfaz

Espacio de nombres Microsoft.SqlServer.Replication