Compartilhar via


Propriedade do RDL MiningAttribute.KeyColumn

Gets the key column for the attribute.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public ReadOnly Property KeyColumn As MiningModelColumn 
    Get
'Uso
Dim instance As MiningAttribute 
Dim value As MiningModelColumn 

value = instance.KeyColumn
public MiningModelColumn KeyColumn { get; }
public:
property MiningModelColumn^ KeyColumn {
    MiningModelColumn^ get ();
}
member KeyColumn : MiningModelColumn
function get KeyColumn () : MiningModelColumn

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdClient.MiningModelColumn
A MiningModelColumn representing the key column for the attribute.

Comentários

This value is populated only for attributes associated with nested columns.

Consulte também

Referência

MiningAttribute Classe

Namespace Microsoft.AnalysisServices.AdomdClient