MeasureGroupAttribute.KeyColumns Property
Gets the collection of key column definitions for MeasureGroupAttribute.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintassi
'Dichiarazione
<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
Valore proprietà
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
MeasureGroupAttribute Class
MeasureGroupAttribute Members
Microsoft.AnalysisServices Namespace