DTSServerParameterType Enum

Definition

Specifies the DTS server parameter type.

public enum class DTSServerParameterType
public enum DTSServerParameterType
type DTSServerParameterType = 
Public Enum DTSServerParameterType
Inheritance
DTSServerParameterType

Fields

PackageParameter 30

The type is a package parameter.

ProjectParameter 20

The type is a project parameter.

ServerOption 50

The type is a server option parameter.

Remarks

For more information, see DTSServerParameterType.

Applies to