Partager via


Propriété KeyColumns

Gets the collection of key column definitions for DimensionAttribute.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")> _
<BrowsableAttribute(True)> _
Public ReadOnly Property KeyColumns As DataItemCollection
    Get
'Utilisation
Dim instance As DimensionAttribute
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

Valeur de propriété

Type : Microsoft.AnalysisServices. . :: . .DataItemCollection
A DataItemCollection containing the key column definitions for [T:Microsoft.AnalysisServices.DimensionAttribute.]