MeasureGroupAttribute.KeyColumns 속성

Gets the binding to both table and column(s) for MeasureGroupAttribute.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")> _
Public ReadOnly Property KeyColumns As DataItemCollection 
    Get
‘사용 방법
Dim instance As MeasureGroupAttribute 
Dim value As DataItemCollection 

value = instance.KeyColumns
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
public DataItemCollection KeyColumns { get; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property DataItemCollection^ KeyColumns {
    DataItemCollection^ get ();
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")>]
member KeyColumns : DataItemCollection
function get KeyColumns () : DataItemCollection

속성 값

유형: Microsoft.AnalysisServices.DataItemCollection
A collection of data items.

참고 항목

참조

MeasureGroupAttribute 클래스

Microsoft.AnalysisServices 네임스페이스