次の方法で共有


MiningColumnType 列挙体

MiningModelColumn が表す基になるデータの種類を示します。

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

構文

'宣言
Public Enumeration MiningColumnType
'使用
Dim instance As MiningColumnType
public enum MiningColumnType
public enum class MiningColumnType
type MiningColumnType
public enum MiningColumnType

メンバー

メンバー名 説明
Table テーブル データ型 (DBTYPE_HCHAPTER) を表します。
Date Date データ型 (DBTYPE_DATE) を表します。
Custom Custom データ型を表します。
Missing 定義されていないデータ型 (DBTYPE_EMPTY) を表します。
Double Double データ型 (DBTYPE_R8) を表します。
Text string データ型 (DBTYPE_WSTR) を表します。
Boolean Boolean データ型 (DBTYPE_BOOL) を表します。
Long Long データ型 (DBTYPE_I8) を表します。