DimensionAttribute.KeyColumns Property
Gets the collection of key column definitions for DimensionAttribute.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
語法
'宣告
<BrowsableAttribute(True)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")> _
<EditorAttribute("Microsoft.AnalysisServices.Design.DataItemCollectionPropertyTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<MergablePropertyAttribute(False)> _
<XmlArrayAttribute> _
<XmlArrayItemAttribute("KeyColumn", GetType(DataItem))> _
Public ReadOnly Property KeyColumns As DataItemCollection
[BrowsableAttribute(true)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute("Microsoft.AnalysisServices.Design.DataItemCollectionPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[MergablePropertyAttribute(false)]
[XmlArrayAttribute]
[XmlArrayItemAttribute("KeyColumn", typeof(DataItem))]
public DataItemCollection KeyColumns { get; }
[BrowsableAttribute(true)]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute(L"Microsoft.AnalysisServices.Design.DataItemCollectionPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[MergablePropertyAttribute(false)]
[XmlArrayAttribute]
[XmlArrayItemAttribute(L"KeyColumn", typeof(DataItem))]
public:
property DataItemCollection^ KeyColumns {
DataItemCollection^ get ();
}
/** @property */
public DataItemCollection get_KeyColumns ()
public function get KeyColumns () : DataItemCollection
屬性值
A DataItemCollection containing the key column definitions for
執行緒安全性
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.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
DimensionAttribute Class
DimensionAttribute Members
Microsoft.AnalysisServices Namespace