MiningStructure.Columns Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of columns associated with a MiningStructure.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.MiningStructureColumnCollection

A MiningStructureColumnCollection that contains the collection of columns associated with a MiningStructure.

See Also

MiningStructure Class
Microsoft.AnalysisServices Namespace

Return to top