ParamValue 属性
Gets or sets the value of a parameter.
命名空间: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集: Microsoft.SqlServer.WebServiceTask(在 Microsoft.SqlServer.WebServiceTask.dll 中)
语法
声明
Public Property ParamValue As DTSParamValue
Get
Set
用法
Dim instance As DTSParamInfo
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 value from the DTSParamValue enumeration that indicates the value of the parameter. This could represent a complex value, primitive value, array value or enumeration value.