MiningStructure.Columns Property

 

Gets the columns within the mining structure.

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

Syntax

public MiningStructureColumnCollection Columns { get; }
public:
property MiningStructureColumnCollection^ Columns {
    MiningStructureColumnCollection^ get();
}
member Columns : MiningStructureColumnCollection with get
Public ReadOnly Property Columns As MiningStructureColumnCollection

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection

A collection of columns for the mining structure.

See Also

MiningStructure Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top