Поделиться через


ScalarMiningStructureColumn.KeyColumns Property

Gets the collection of KeyColumns definitions for ScalarMiningStructureColumn.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<XmlArrayAttribute> _
<XmlArrayItemAttribute(GetType(DataItem), ElementName:="KeyColumn")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")> _
<MergablePropertyAttribute(False)> _
Public ReadOnly Property KeyColumns As DataItemCollection
[XmlArrayAttribute] 
[XmlArrayItemAttribute(typeof(DataItem), ElementName="KeyColumn")] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")] 
[MergablePropertyAttribute(false)] 
public DataItemCollection KeyColumns { get; }
[XmlArrayAttribute] 
[XmlArrayItemAttribute(typeof(DataItem), ElementName=L"KeyColumn")] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")] 
[MergablePropertyAttribute(false)] 
public:
property DataItemCollection^ KeyColumns {
    DataItemCollection^ get ();
}
/** @property */
public DataItemCollection get_KeyColumns ()
public function get KeyColumns () : DataItemCollection

Значение свойства

A DataItemCollection containing the collection of KeyColumns definitions for ScalarMiningStructureColumn.

Замечания

The KeyColumns collection can contain multiple KeyColumns that represent a multipart key for an attribute or mining structure column.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ScalarMiningStructureColumn Class
ScalarMiningStructureColumn Members
Microsoft.AnalysisServices Namespace