Linguaggio

DTSParamInfo.ParamValue Proprietà

Definizione

Ottiene o imposta il valore di un parametro.

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

Valore della proprietà

Un valore dall'enumerazione DTSParamValue che indica il valore del parametro. Questo può rappresentare un valore complesso, un valore primitivo, un valore di array o un valore di enumerazione.

Commenti

Questi tipi di parametri sono elencati in DTSParamValue.

Si applica a