DTSServerParameterType Enumeration

 

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

Specifies the DTS server parameter type.

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

public enum class DTSServerParameterType

Member nameDescription
PackageParameter

This API supports the product infrastructure and is not intended to be used directly from your code. The type is a package parameter.

ProjectParameter

This API supports the product infrastructure and is not intended to be used directly from your code. The type is a project parameter.

ServerOption

This API supports the product infrastructure and is not intended to be used directly from your code. The type is a server option parameter.

Return to top
Show: