Enumerazione DTSServerParameterType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies the DTS server parameter type.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Enumeration DTSServerParameterType
'Utilizzo
Dim instance As DTSServerParameterType
public enum DTSServerParameterType
public enum class DTSServerParameterType
type DTSServerParameterType
public enum DTSServerParameterType

Membri

Nome membro Descrizione
PackageParameter The type is a package parameter.
ProjectParameter The type is a project parameter.
ServerOption The type is a server option parameter.

Osservazioni

For more information, see DTSServerParameterType.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper