TransSynchronizationAgent.DtsPackagePassword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
virtual property System::String ^ DtsPackagePassword { System::String ^ get(); void set(System::String ^ value); };
public virtual string DtsPackagePassword { get; set; }
member this.DtsPackagePassword : string with get, set
Public Overridable Property DtsPackagePassword As String
Property Value
The owner password that used to access the Microsoft SQL Server 2000 Data Transformation Services (DTS) package.
Implements
Remarks
This property is only supported for packages that are created in SQL Server 2000 and requires that the SQL Server 2000 DTS runtime be installed. For more information, see Transforming Published Data.
The DTS owner password must be provided for this property. The required access cannot be obtained with the user password.
This property does not return the actual owner password of the DTS package specified by DtsPackageFileName, and only returns the value set on the current instance of TransSynchronizationAgent.