次の方法で共有


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

パラメーター