Share via


DtsPackageLocationOption Enumeration

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

Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Sintaxis

'Declaración
Public Enumeration DtsPackageLocationOption
public enum DtsPackageLocationOption
public enum class DtsPackageLocationOption
public enum 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.

Notas

Use of transformable subscriptions is deprecated. Using the feature requires installation of Microsoft SQL Server 2000 Data Transformation Services (DTS). For more information, see Compatibilidad con versiones anteriores de SQL Server 2005 Integration Services. For more information about transformable subscriptions, see Transformar datos publicados.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.SqlServer.Replication Namespace