共用方式為


MiningModelColumn.Type 屬性

Gets the MiningColumnType of the column.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property Type As MiningColumnType 
    Get
'用途
Dim instance As MiningModelColumn 
Dim value As MiningColumnType 

value = instance.Type
public MiningColumnType Type { get; }
public:
property MiningColumnType Type {
    MiningColumnType get ();
}
member Type : MiningColumnType
function get Type () : MiningColumnType

屬性值

型別:Microsoft.AnalysisServices.AdomdClient.MiningColumnType
The type of the column.

請參閱

參考

MiningModelColumn 類別

Microsoft.AnalysisServices.AdomdClient 命名空間