ITransSynchronizationAgent.DtsPackagePassword Property
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.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property DtsPackagePassword As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The owner password.