Share via


DTSServerParameterType Enumeration

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Members

Member name Description
PackageParameter The type is a package parameter.
ProjectParameter The type is a project parameter.
ServerOption The type is a server option parameter.

Remarks

For more information, see DTSServerParameterType.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace