Partager via


MiningAttribute.KeyColumn Property

Gets the key column for the attribute.

Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property KeyColumn As MiningModelColumn
public MiningModelColumn KeyColumn { get; }
public:
virtual property MiningModelColumn^ KeyColumn {
    MiningModelColumn^ get () sealed;
}
/** @property */
public final MiningModelColumn get_KeyColumn ()
public final function get KeyColumn () : MiningModelColumn

Valeur de propriété

A MiningModelColumn representing the key column for the attribute.

Notes

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

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

MiningAttribute Class
MiningAttribute Members
Microsoft.AnalysisServices.AdomdServer Namespace