DtsPackageLocationOption Enumeration

Enumerates options for the location of the Data Transformation Services (DTS) package.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public Enumeration DtsPackageLocationOption
'Usage
Dim instance As DtsPackageLocationOption
public enum DtsPackageLocationOption
public enum class DtsPackageLocationOption
type DtsPackageLocationOption
public enum DtsPackageLocationOption

Members

Member name Description
Distributor The DTS package is located at the Distributor.
Subscriber The DTS package is located at the Subscriber.

Remarks

Note

This feature will be removed in a future version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.

See Also

Reference

Microsoft.SqlServer.Replication Namespace