Compartilhar via


Propriedade do RDL MiningStructureColumn.Type

Gets a MiningColumnType representing the type 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 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

Valor da propriedade

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

Consulte também

Referência

MiningStructureColumn Classe

Namespace Microsoft.AnalysisServices.AdomdServer