共用方式為


OleDbTypeConverter.Convert 方法

Converts the specified object with the specified OleDbType.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Shared Function Convert ( _
    oleDbType As OleDbType _
) As Type
'用途
Dim oleDbType As OleDbType 
Dim returnValue As Type 

returnValue = OleDbTypeConverter.Convert(oleDbType)
public static Type Convert(
    OleDbType oleDbType
)
public:
static Type^ Convert(
    OleDbType oleDbType
)
static member Convert : 
        oleDbType:OleDbType -> Type
public static function Convert(
    oleDbType : OleDbType
) : Type

參數

傳回值

型別:System.Type
The Type of the converted object.

請參閱

參考

OleDbTypeConverter 類別

Microsoft.AnalysisServices 命名空間