Partager via


Propriété KeyColumn

Gets the key column for the attribute.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property KeyColumn As MiningModelColumn
    Get
'Utilisation
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

Valeur de propriété

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

Notes

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