ComplexProperty.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.

请参阅

参考

ComplexProperty 类

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 命名空间