ParamType 屬性

Gets the DTSParamType of a parameter.

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

語法

'宣告
Public ReadOnly Property ParamType As DTSParamType
    Get
'用途
Dim instance As ComplexProperty
Dim value As DTSParamType

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

屬性值

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