Compartir a través de


Enumeración DTSServerParameterType

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Specifies the DTS server parameter type.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Enumeration DTSServerParameterType
'Uso
Dim instance As DTSServerParameterType
public enum DTSServerParameterType
public enum class DTSServerParameterType
type DTSServerParameterType
public enum DTSServerParameterType

Miembros

Nombre del miembro Descripción
PackageParameter The type is a package parameter.
ProjectParameter The type is a project parameter.
ServerOption The type is a server option parameter.

Comentarios

For more information, see DTSServerParameterType.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper