OleDbTypeConverter.GetRestrictedOleDbType 方法

Gets the restricted OleDbType.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Shared Function GetRestrictedOleDbType ( _
    type As Type _
) As OleDbType
用法
Dim type As Type 
Dim returnValue As OleDbType 

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

参数

  • type
    类型:System.Type
    The type of the object to get.

返回值

类型:System.Data.OleDb.OleDbType
The restricted OleDbType.

请参阅

参考

OleDbTypeConverter 类

Microsoft.AnalysisServices 命名空间