Compartir a través de


MiningModelColumn.Type Propiedad

Gets the MiningColumnType of the column.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property Type As MiningColumnType 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MiningModelColumn Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient