MiningModel Class

Represents a mining model of an AdomdConnection.

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

Syntax

'Declaration
Public NotInheritable Class MiningModel _
    Implements IAdomdBaseObject, IMetadataObject
'Usage
Dim instance As MiningModel
public sealed class MiningModel : IAdomdBaseObject, 
    IMetadataObject
public ref class MiningModel sealed : IAdomdBaseObject, 
    IMetadataObject
[<SealedAttribute>]
type MiningModel =  
    class
        interface IAdomdBaseObject
        interface IMetadataObject
    end
public final class MiningModel implements IAdomdBaseObject, IMetadataObject

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningModel

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.