MiningModel.Attributes Property

 

Gets the mining attributes associated with this mining model.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection

A collection of attributes associated with this mining model.

See Also

MiningModel Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top