ParamValue 屬性

Gets or sets the value of a property.

命名空間:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件:  Microsoft.SqlServer.WebServiceTask (在 Microsoft.SqlServer.WebServiceTask.dll 中)

語法

'宣告
Public Property ParamValue As DTSParamValue
    Get
    Set
'用途
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)

屬性值

型別:Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamValue
A DTSParamValue object that contains the value of the property.