MiningServiceParameter Class

Represents an available parameter for the mining service.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningServiceParameter

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.