Propriété KeyColumn
Gets the key column for the attribute.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.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:
virtual property MiningModelColumn^ KeyColumn {
MiningModelColumn^ get () sealed;
}
abstract KeyColumn : MiningModelColumn
override KeyColumn : MiningModelColumn
final function get KeyColumn () : MiningModelColumn
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdServer. . :: . .MiningModelColumn
A MiningModelColumn representing the key column for the attribute.
Notes
This value is only populated for attributes associated with nested columns.