DimensionAttribute.KeyColumns 속성

정의

DimensionAttribute에 대한 키 열 정의의 컬렉션을 가져옵니다.

[System.ComponentModel.Browsable(true)]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.DataItemCollection KeyColumns { get; }
[<System.ComponentModel.Browsable(true)>]
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.KeyColumns : Microsoft.AnalysisServices.DataItemCollection
Public ReadOnly Property KeyColumns As DataItemCollection

속성 값

DimensionAttribute에 대한 키 열 정의를 포함하는 DataItemCollection입니다.

특성

적용 대상