Compartir a través de


DTSParamInfo.ParamValue Propiedad

Gets or sets the value 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 ParamValue As DTSParamValue 
    Get 
    Set
'Uso
Dim instance As DTSParamInfo 
Dim value As DTSParamValue 

value = instance.ParamValue

instance.ParamValue = value
public DTSParamValue ParamValue { get; set; }
public:
property DTSParamValue^ ParamValue {
    DTSParamValue^ get ();
    void set (DTSParamValue^ value);
}
member ParamValue : DTSParamValue with get, set
function get ParamValue () : DTSParamValue 
function set ParamValue (value : DTSParamValue)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
A value from the DTSParamValue enumeration that indicates the value of the parameter. This could represent a complex value, primitive value, array value or enumeration value.

Comentarios

This parameter types are listed in DTSParamValue.

Vea también

Referencia

DTSParamInfo Clase

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