Sdílet prostřednictvím


ComplexProperty.ParamType Property

Gets the DTSParamType of a parameter.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

'Declaration
Public ReadOnly Property ParamType As DTSParamType
    Get
'Usage
Dim instance As ComplexProperty
Dim value As DTSParamType

value = instance.ParamType
public DTSParamType ParamType { get; }
public:
property DTSParamType ParamType {
    DTSParamType get ();
}
member ParamType : DTSParamType
function get ParamType () : DTSParamType

Property Value

Type: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType
A value from the DTSParamType enumeration that indicates the parameter type.