DtsPackageLocationOption Enum

Definition

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

public enum class DtsPackageLocationOption
public enum DtsPackageLocationOption
type DtsPackageLocationOption = 
Public Enum DtsPackageLocationOption
Inheritance
DtsPackageLocationOption

Fields

Distributor 0

The DTS package is located at the Distributor.

Subscriber 1

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.

Applies to