Share via


DTSServerParameterType Enumeration

Specifies the DTS server parameter type.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.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 PackageParameter type.
ProjectParameter The ProjectParameter type.
ServerOption The ServerOption type.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace