DTSParamInfo.ParamValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value of a parameter.
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
Property Value
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.
Remarks
This parameter types are listed in DTSParamValue.