TransSynchronizationAgent.DtsPackageFileName Property

Definition

Gets or sets the name and path of a Microsoft SQL Server 2000 Data Transformation Services (DTS) package that is used to transform command rowsets before they are applied to a Subscriber.

public:
 virtual property System::String ^ DtsPackageFileName { System::String ^ get(); void set(System::String ^ value); };
public virtual string DtsPackageFileName { get; set; }
member this.DtsPackageFileName : string with get, set
Public Overridable Property DtsPackageFileName As String

Property Value

The name and path of a Microsoft SQL Server 2000 Data Transformation Services (DTS) package.

Implements

Remarks

This property is supported only 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.

If the DTS package is stored in SQL Server 2000, the value of this property is the package name. If the package is stored in a file, the property value is the file specification.

Applies to