Właściwość ComplexProperty.ParamValue
Pobiera lub ustawia wartość właściwość.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Zestaw: Microsoft.SqlServer.WebServiceTask (w Microsoft.SqlServer.WebServiceTask.dll)
Składnia
'Deklaracja
Public Property ParamValue As DTSParamValue
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
A DTSParamValue obiekt, który zawiera wartość właściwość.
Zobacz także