Compartilhar via


Propriedade do RDL MiningModelColumn.Type

Gets the MiningColumnType of the column.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.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.AdomdServer.MiningColumnType
The type of the column.

Consulte também

Referência

MiningModelColumn Classe

Namespace Microsoft.AnalysisServices.AdomdServer