次の方法で共有


MiningStructureColumnTypes.GetColumnType メソッド

定義

オーバーロード

GetColumnType(DataType)

マイニング構造列に関連する場合に、指定したデータ型の文字列表現を取得します。

GetColumnType(OleDbType)

マイニング構造列に関連する場合は、指定した OLE-DB 型の文字列形式を取得します。

GetColumnType(DataType)

マイニング構造列に関連する場合に、指定したデータ型の文字列表現を取得します。

public static string GetColumnType (Microsoft.AnalysisServices.DataType type);
static member GetColumnType : Microsoft.AnalysisServices.DataType -> string
Public Shared Function GetColumnType (type As DataType) As String

パラメーター

type
DataType

DataType 列挙値。

戻り値

指定された型のマイニング構造列です。

適用対象

GetColumnType(OleDbType)

マイニング構造列に関連する場合は、指定した OLE-DB 型の文字列形式を取得します。

public static string GetColumnType (System.Data.OleDb.OleDbType oleDbType);
static member GetColumnType : System.Data.OleDb.OleDbType -> string
Public Shared Function GetColumnType (oleDbType As OleDbType) As String

パラメーター

oleDbType
OleDbType

OLD-DB 型の列挙値です。

戻り値

指定された型のマイニング構造列です。

適用対象