Compartir a través de


ComplexProperty.ParamType Propiedad

Gets the DTSParamType of a parameter.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado:  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Sintaxis

'Declaración
Public ReadOnly Property ParamType As DTSParamType 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ComplexProperty Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask