MiningAttribute.KeyColumn Property

Gets the key column for the attribute.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.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:
virtual property MiningModelColumn^ KeyColumn {
    MiningModelColumn^ get () sealed;
}
abstract KeyColumn : MiningModelColumn 
override KeyColumn : MiningModelColumn
final function get KeyColumn () : MiningModelColumn

Property Value

Type: Microsoft.AnalysisServices.AdomdServer.MiningModelColumn
A MiningModelColumn representing the key column for the attribute.

Remarks

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

See Also

Reference

MiningAttribute Class

Microsoft.AnalysisServices.AdomdServer Namespace