다음을 통해 공유


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.

주의

This parameter types are listed in DTSParamValue.