Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.