Propriété ITransSynchronizationAgent.DtsPackagePassword

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.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Property DtsPackagePassword As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The owner password.

Voir aussi

Référence

ITransSynchronizationAgent Interface

Espace de noms Microsoft.SqlServer.Replication