Freigeben über


MiningAttribute.KeyColumn-Eigenschaft

Gets the key column for the attribute.

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

Syntax

'Declaration
Public ReadOnly Property KeyColumn As MiningModelColumn 
    Get
'Usage
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

Eigenschaftswert

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

Hinweise

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

Siehe auch

Verweis

MiningAttribute Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace