Share via


ScalarMiningStructureColumn.KeyColumns Property

Gets the collection of KeyColumns definitions for ScalarMiningStructureColumn.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<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

Property Value

A DataItemCollection containing the collection of KeyColumns definitions for ScalarMiningStructureColumn.

Remarks

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

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

ScalarMiningStructureColumn Class
ScalarMiningStructureColumn Members
Microsoft.AnalysisServices Namespace