MeasureGroupAttribute.KeyColumns Property
Gets the collection of key column definitions for MeasureGroupAttribute.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<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
Eigenschaftswert
A DataItemCollection containing the key column definitions for MeasureGroupAttribute.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
MeasureGroupAttribute Class
MeasureGroupAttribute Members
Microsoft.AnalysisServices Namespace