MiningModel.Columns Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of columns associated with the MiningModel object.

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

Syntax

[XmlArrayItemAttribute(typeof(MiningModelColumn), ElementName = "Column")]
[BrowsableAttribute(false)]
public MiningModelColumnCollection Columns { get; }
public:
[XmlArrayItemAttribute((MiningModelColumn^::typeid), ElementName = "Column")]
[BrowsableAttribute(false)]
property MiningModelColumnCollection^ Columns {
    MiningModelColumnCollection^ get();
}
[<XmlArrayItemAttribute(typeof(MiningModelColumn), ElementName = "Column")>]
[<BrowsableAttribute(false)>]
member Columns : MiningModelColumnCollection with get
<XmlArrayItemAttribute(GetType(MiningModelColumn), ElementName := "Column")>
<BrowsableAttribute(False)>
Public ReadOnly Property Columns As MiningModelColumnCollection

Property Value

Type: Microsoft.AnalysisServices.MiningModelColumnCollection

A collection of columns for the MiningModel.

See Also

MiningModel Class
Microsoft.AnalysisServices Namespace

Return to top