AggregationInstanceAttribute.KeyColumns Property

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")> _
Public ReadOnly Property KeyColumns As DataItemCollection
    Get
'Usage
Dim instance As AggregationInstanceAttribute
Dim value As DataItemCollection

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

Property Value

Type: Microsoft.AnalysisServices.DataItemCollection
A collection of data items.