Lenguaje

DTSParamInfo.ParamValue Propiedad

Definición

Obtiene o establece el valor de un parámetro.

public:
 property Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue ^ ParamValue { Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue ^ get(); void set(Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue ^ value); };
public Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue ParamValue { get; set; }
member this.ParamValue : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue with get, set
Public Property ParamValue As DTSParamValue

Valor de propiedad

Un valor de la DTSParamValue enumeración que indica el valor del parámetro. Esto puede representar un valor complejo, un valor primitivo, un valor de array o un valor de enumeración.

Comentarios

Estos tipos de parámetros se listan en DTSParamValue.

Se aplica a