Replication Programming
DTSPackageFileName Property
The DTSPackageFileName property returns or sets the name and path of a DTS package used to transform command rowsets before they are applied to a Subscriber.
Applies To
Syntax
object.DTSPackageFileName [= PackageSpec]
Part | Description |
---|---|
object | Expression that evaluates to a SQLDistribution object. |
PackageSpec | Fully qualified path to a DTS package. |
Remarks
If the DTS package is stored in Microsoft® SQL Server™ or Meta Data Services, the value of this property is the package name. If the package is stored in a file, the property value is the file specification.
Data Type
String
Modifiable
Read/write
Prototype (C/C++)
HRESULT DTSPackageFileName(BSTR pVal);
HRESULT DTSPackageFileName(BSTR* pVal);