MiningAttribute.KeyColumn 屬性
Gets the key column for the attribute.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public ReadOnly Property KeyColumn As MiningModelColumn
Get
'用途
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
屬性值
型別:Microsoft.AnalysisServices.AdomdServer.MiningModelColumn
A MiningModelColumn representing the key column for the attribute.
備註
This value is only populated for attributes associated with nested columns.