Partager via


Énumération DTSServerParameterType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Specifies the DTS server parameter type.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Enumeration DTSServerParameterType
'Utilisation
Dim instance As DTSServerParameterType
public enum DTSServerParameterType
public enum class DTSServerParameterType
type DTSServerParameterType
public enum DTSServerParameterType

Membres

Nom de membre Description
PackageParameter The type is a package parameter.
ProjectParameter The type is a project parameter.
ServerOption The type is a server option parameter.

Notes

For more information, see DTSServerParameterType.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper