Condividi tramite


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à

Valore dell'enumerazione DTSParamValue che indica il valore del parametro. Può rappresentare un valore complesso, un valore primitivo, un valore di matrice o un valore di enumerazione.

Commenti

Questi tipi di parametro sono elencati in DTSParamValue.

Si applica a