TableMiningStructureColumn.Columns Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of columns associated with a TableMiningStructureColumn object.

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

Syntax

[XmlArrayItemAttribute("Column")]
[BrowsableAttribute(false)]
[XmlArrayAttribute]
public MiningStructureColumnCollection Columns { get; }
public:
[XmlArrayItemAttribute("Column")]
[BrowsableAttribute(false)]
[XmlArrayAttribute]
property MiningStructureColumnCollection^ Columns {
    MiningStructureColumnCollection^ get();
}
[<XmlArrayItemAttribute("Column")>]
[<BrowsableAttribute(false)>]
[<XmlArrayAttribute>]
member Columns : MiningStructureColumnCollection with get
<XmlArrayItemAttribute("Column")>
<BrowsableAttribute(False)>
<XmlArrayAttribute>
Public ReadOnly Property Columns As MiningStructureColumnCollection

Property Value

Type: Microsoft.AnalysisServices.MiningStructureColumnCollection

A collection of mining structure columns.

See Also

TableMiningStructureColumn Class
Microsoft.AnalysisServices Namespace

Return to top