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

참고 항목

참조

DTSParamInfo 클래스

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 네임스페이스