Partager via


MeasureGroupAttribute.KeyColumns Property

Gets the collection of key column definitions for MeasureGroupAttribute.

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<XmlArrayItemAttribute("KeyColumn")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")> _
<XmlArrayAttribute> _
<MergablePropertyAttribute(False)> _
Public ReadOnly Property KeyColumns As DataItemCollection
[XmlArrayItemAttribute("KeyColumn")] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")] 
[XmlArrayAttribute] 
[MergablePropertyAttribute(false)] 
public DataItemCollection KeyColumns { get; }
[XmlArrayItemAttribute(L"KeyColumn")] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")] 
[XmlArrayAttribute] 
[MergablePropertyAttribute(false)] 
public:
property DataItemCollection^ KeyColumns {
    DataItemCollection^ get ();
}
/** @property */
public DataItemCollection get_KeyColumns ()
public function get KeyColumns () : DataItemCollection

Valeur de propriété

A DataItemCollection containing the key column definitions for MeasureGroupAttribute.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

MeasureGroupAttribute Class
MeasureGroupAttribute Members
Microsoft.AnalysisServices Namespace