共用方式為


GetRestrictedOleDbType 方法

命名空間:  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

參數