Partager via


DTSPackageFileName Property (Replication ActiveX)

The DTSPackageFileName property returns or sets the name and path of a Microsoft® SQL Server™ 2000 Data Transformation Services (DTS) package used to transform command rowsets before they are applied to a Subscriber.

Syntaxe

object.DTSPackageFileName [= PackageSpec]
Part Description

object

Expression that evaluates to a SQLDistribution Object (Replication ActiveX) object.

PackageSpec

Fully qualified path to a DTS package.

Applies To

SQLDistribution Object (Replication ActiveX)

Notes

This property is only supported for packages created in SQL Server 2000 and requires that the SQL Server 2000 DTS runtime be installed. For more information, see Transformation de données publiées.

If the DTS package is stored in Microsoft SQL Server, 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);

Voir aussi

Référence

DTSPackagePassword Property (Replication ActiveX)

Aide et Informations

Assistance sur SQL Server 2005