Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value of a property.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public Property ParamValue As DTSParamValue
Get
Set
'Usage
Dim instance As ComplexProperty
Dim value As DTSParamValue
value = instance.ParamValue
instance.ParamValue = value
public DTSParamValue ParamValue { get; set; }
public:
property DTSParamValue^ ParamValue {
DTSParamValue^ get ();
void set (DTSParamValue^ value);
}
member ParamValue : DTSParamValue with get, set
function get ParamValue () : DTSParamValue
function set ParamValue (value : DTSParamValue)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
A DTSParamValue object that contains the value of the property.