Поделиться через


Свойство AggregationInstanceAttribute.KeyColumns

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")> _
<BrowsableAttribute(True)> _
Public ReadOnly Property KeyColumns As DataItemCollection 
    Get
'Применение
Dim instance As AggregationInstanceAttribute 
Dim value As DataItemCollection 

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

Значение свойства

Тип: Microsoft.AnalysisServices.DataItemCollection
A collection of data items.

См. также

Справочник

AggregationInstanceAttribute Класс

Пространство имен Microsoft.AnalysisServices