다음을 통해 공유


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.

구문

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)

주의

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 게시된 데이터 변환.

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);

참고 항목

참조

DTSPackagePassword Property (Replication ActiveX)

도움말 및 정보

SQL Server 2005 지원 받기