DTSServerParameterType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the DTS server parameter type.
public enum class DTSServerParameterType
public enum DTSServerParameterType
type DTSServerParameterType =
Public Enum DTSServerParameterType
- Inheritance
-
DTSServerParameterType
Fields
Name | Value | Description |
---|---|---|
ProjectParameter | 20 | The type is a project parameter. |
PackageParameter | 30 | The type is a package parameter. |
ServerOption | 50 | The type is a server option parameter. |
Remarks
For more information, see DTSServerParameterType.