共用方式為


ParamType 屬性

Gets the type of a parameter.

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

語法

'宣告
Public Property ParamType As DTSParamType
    Get
    Set
'用途
Dim instance As DTSParamInfo
Dim value As DTSParamType

value = instance.ParamType

instance.ParamType = value
public DTSParamType ParamType { get; set; }
public:
property DTSParamType ParamType {
    DTSParamType get ();
    void set (DTSParamType value);
}
member ParamType : DTSParamType with get, set
function get ParamType () : DTSParamType
function set ParamType (value : DTSParamType)

屬性值

型別:Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamType
A value from the DTSParamValue enumeration that indicates the type of the parameter.

備註

The parameter type is a value from the DTSParamValue enumeration.