Compartir a través de


KeyColumn Propiedad

Gets the key column for the attribute.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Comentarios

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