Proprietà MiningStructureColumn.Type

Gets a MiningColumnType representing the type of the column.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Type As MiningColumnType 
    Get
'Utilizzo
Dim instance As MiningStructureColumn 
Dim value As MiningColumnType 

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

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningColumnType
The type of the column.

Vedere anche

Riferimento

MiningStructureColumn Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer