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.