Propriedade do RDL MiningModelColumn.Type
Gets the MiningColumnType of the column.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.AnalysisServices.AdomdClient.MiningColumnType
The type of the column.