MiningStructureColumnTypes.GetOleDbType メソッド

OLE DB の型を取得します。

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

パラメーター

  • miningStructureColumnType
    型: System.String
    マイニング構造列の型への参照です。

戻り値

型: System.Data.OleDb.OleDbType
指定された型のインスタンスを返します。

関連項目

参照

MiningStructureColumnTypes クラス

Microsoft.AnalysisServices 名前空間