Compartir a través de


DTSParamInfo.ParamType Propiedad

Gets the type of a parameter.

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

Sintaxis

'Declaración
Public Property ParamType As DTSParamType 
    Get 
    Set
'Uso
Dim instance As DTSParamInfo 
Dim value As DTSParamType 

value = instance.ParamType

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

Valor de la propiedad

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

Comentarios

The parameter type is a value from the DTSParamValue enumeration.

Vea también

Referencia

DTSParamInfo Clase

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