次の方法で共有


GetOleDbType メソッド

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Shared Function GetOleDbType ( _
    miningStructureColumnType As String _
) As OleDbType
'使用
Dim miningStructureColumnType As String
Dim returnValue As OleDbType

returnValue = MiningStructureColumnTypes.GetOleDbType(miningStructureColumnType)
public static OleDbType GetOleDbType(
    string miningStructureColumnType
)
public:
static OleDbType GetOleDbType(
    String^ miningStructureColumnType
)
static member GetOleDbType : 
        miningStructureColumnType:string -> OleDbType 
public static function GetOleDbType(
    miningStructureColumnType : String
) : OleDbType

パラメーター