MiningModel Class

Represents a mining model of an AdomdConnection.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdServer.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.