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.
object.DTSPackageFileName [= PackageSpec]
Part | Description |
---|---|
object | Expression that evaluates to a SQLDistribution object. |
PackageSpec | Fully qualified path to a DTS package. |
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.
String
Read/write
HRESULT DTSPackageFileName(BSTR pVal);
HRESULT DTSPackageFileName(BSTR* pVal);