ComplexProperty.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 property.
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 DTSParamValue object that contains the value of the property.