Proprietà AggregationInstanceAttribute.KeyColumns

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")> _
<BrowsableAttribute(True)> _
Public ReadOnly Property KeyColumns As DataItemCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

AggregationInstanceAttribute Classe

Spazio dei nomi Microsoft.AnalysisServices