Compartilhar via


Enumeração DTSServerParameterType

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies the DTS server parameter type.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Public Enumeration DTSServerParameterType
'Uso
Dim instance As DTSServerParameterType
public enum DTSServerParameterType
public enum class DTSServerParameterType
type DTSServerParameterType
public enum DTSServerParameterType

Membros

Nome do membro Descrição
PackageParameter The type is a package parameter.
ProjectParameter The type is a project parameter.
ServerOption The type is a server option parameter.

Comentários

For more information, see DTSServerParameterType.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper