Freigeben über


MiningModelColumn.Type-Eigenschaft

Ruft den MiningColumnType der Spalte ab.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property Type As MiningColumnType 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdServer.MiningColumnType
Der Typ der Spalte.

Siehe auch

Verweis

MiningModelColumn Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace