MiningStructureColumnTypes.GetColumnType メソッド
マイニング構造列に指定された型を取得または設定します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Shared Function GetColumnType ( _
oleDbType As OleDbType _
) As String
'使用
Dim oleDbType As OleDbType
Dim returnValue As String
returnValue = MiningStructureColumnTypes.GetColumnType(oleDbType)
public static string GetColumnType(
OleDbType oleDbType
)
public:
static String^ GetColumnType(
OleDbType oleDbType
)
static member GetColumnType :
oleDbType:OleDbType -> string
public static function GetColumnType(
oleDbType : OleDbType
) : String
パラメーター
- oleDbType
型: System.Data.OleDb.OleDbType
GetColumnType への参照です。
戻り値
型: System.String
指定された型のマイニング構造列です。