Freigeben über


DTSServerParameterType-Enumeration

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Specifies the DTS server parameter type.

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

Syntax

'Declaration
Public Enumeration DTSServerParameterType
'Usage
Dim instance As DTSServerParameterType
public enum DTSServerParameterType
public enum class DTSServerParameterType
type DTSServerParameterType
public enum DTSServerParameterType

Elemente

Elementname Beschreibung
PackageParameter The type is a package parameter.
ProjectParameter The type is a project parameter.
ServerOption The type is a server option parameter.

Hinweise

For more information, see DTSServerParameterType.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace