DtsPackageLocationOption 枚举

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

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public Enumeration DtsPackageLocationOption
用法
Dim instance As DtsPackageLocationOption
public enum DtsPackageLocationOption
public enum class DtsPackageLocationOption
type DtsPackageLocationOption
public enum DtsPackageLocationOption

成员

成员名称 说明
Distributor The DTS package is located at the Distributor.
Subscriber The DTS package is located at the Subscriber.

注释

注意注意

后续版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。

请参阅

参考

Microsoft.SqlServer.Replication 命名空间