Freigeben über


MiningService-Klasse

Represents a mining algorithm available from the Context object.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningService

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

Syntax

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

Der MiningService-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllowsDuplicateKey Gets a value that indicates whether the mining service allows cases to have duplicate keys.
Öffentliche Eigenschaft AllowsIncrementalInsert Gets a value that indicates whether the mining service allows additional INSERT INTO statements after the initial training.
Öffentliche Eigenschaft AllowsPMMLInitialization Gets a value that indicates whether the mining service allows the creation of a data mining model (including the structure and the content) based on an XML.
Öffentliche Eigenschaft AvailableParameters Gets the mining service parameters available to this service.
Öffentliche Eigenschaft Control Gets the MiningServiceControl for the mining service model.
Öffentliche Eigenschaft Description Gets the description of this mining service.
Öffentliche Eigenschaft DisplayName Gets the localizable display name for the mining service.
Öffentliche Eigenschaft ExpectedQuality Gets the expected quality of the model produced with this mining service.
Öffentliche Eigenschaft Guid Gets the GUID for the mining service.
Öffentliche Eigenschaft Name Gets the name of the mining service.
Öffentliche Eigenschaft PredictionComplexity Gets the expected time for predicting with the mining service.
Öffentliche Eigenschaft PredictionLimit Gets the maximum number of predictions the mining service can provide.
Öffentliche Eigenschaft Properties Gets the properties of this mining service.
Öffentliche Eigenschaft Scaling Gets the scalability of the mining service.
Öffentliche Eigenschaft SupportedDistributionFlags Gets the MiningColumnDistribution flags that are supported by the mining service.
Öffentliche Eigenschaft SupportedInputContentTypes Gets the content types supported by the mining service.
Öffentliche Eigenschaft SupportedModelingFlags Gets the modeling flags supported by the mining service.
Öffentliche Eigenschaft SupportedPredictionContentTypes Gets the supported prediction content types for the mining service.
Öffentliche Eigenschaft SupportsDMDimensions Gets a value that indicates whether the mining service supports data mining dimensions.
Öffentliche Eigenschaft SupportsDrillThrough Gets a value that indicates whether the mining service supports drillthrough.
Öffentliche Eigenschaft TrainingComplexity Gets the expected time to train a model using this mining service.
Öffentliche Eigenschaft UniqueName Gets the unique name of the MiningService.
Öffentliche Eigenschaft ViewerType Gets the viewer recommended to view the results of this mining service.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the MiningService.
Öffentliche Methode Dispose Releases all resources used by the current instance of the MiningService.
Ö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