MiningAttribute.KeyColumn Property
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
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.MiningModelColumn
A MiningModelColumn representing the key column for the attribute.
Remarks
This value is populated only for attributes associated with nested columns.