Udostępnij za pośrednictwem


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

Property Value

A DataItemCollection containing the key column definitions for MeasureGroupAttribute.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

MeasureGroupAttribute Class
MeasureGroupAttribute Members
Microsoft.AnalysisServices Namespace