ScalarMiningStructureColumn.KeyColumns Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of KeyColumns definitions for ScalarMiningStructureColumn.

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

Syntax

[XmlArrayAttribute]
[MergablePropertyAttribute(false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
[XmlArrayItemAttribute(typeof(DataItem), ElementName = "KeyColumn")]
public DataItemCollection KeyColumns { get; }
public:
[XmlArrayAttribute]
[MergablePropertyAttribute(false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
[XmlArrayItemAttribute((DataItem^::typeid), ElementName = "KeyColumn")]
property DataItemCollection^ KeyColumns {
    DataItemCollection^ get();
}
[<XmlArrayAttribute>]
[<MergablePropertyAttribute(false)>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")>]
[<XmlArrayItemAttribute(typeof(DataItem), ElementName = "KeyColumn")>]
member KeyColumns : DataItemCollection with get
<XmlArrayAttribute>
<MergablePropertyAttribute(False)>
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")>
<XmlArrayItemAttribute(GetType(DataItem), ElementName := "KeyColumn")>
Public ReadOnly Property KeyColumns As DataItemCollection

Property Value

Type: Microsoft.AnalysisServices.DataItemCollection

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.

See Also

ScalarMiningStructureColumn Class
Microsoft.AnalysisServices Namespace

Return to top