Condividi tramite


Proprietà ComplexProperty.ParamType

Gets the DTSParamType of a parameter.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ParamType As DTSParamType 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ComplexProperty Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask