Propriedade do RDL MiningAttribute.KeyColumn
Gets the key column for the attribute.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public ReadOnly Property KeyColumn As MiningModelColumn
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdServer.MiningModelColumn
A MiningModelColumn representing the key column for the attribute.
Comentários
This value is only populated for attributes associated with nested columns.