Freigeben über


MiningServiceParameter-Klasse

Represents an available parameter for the mining service.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningServiceParameter

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

Der MiningServiceParameter-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DefaultValue Gets the default value for this parameter.
Öffentliche Eigenschaft Description Gets the description of the parameter.
Öffentliche Eigenschaft IsRequired Gets a Boolean indicating if this parameter is required.
Öffentliche Eigenschaft Name Gets the name of the parameter.
Öffentliche Eigenschaft ParameterType Gets the type of the parameter value.
Öffentliche Eigenschaft Properties Gets the properties for the mining service parameter.
Öffentliche Eigenschaft ServiceName Gets the service name for the mining service parameter.
Öffentliche Eigenschaft UniqueName Gets the unique name of the MiningServiceParameter.
Öffentliche Eigenschaft ValueEnumeration Gets a string that describes possible values for this parameter.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the MiningServiceParameter.
Öffentliche Methode Dispose Releases all resources used by the MiningServiceParameter.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdServer-Namespace