Compartilhar via


Classe MiningService

Represents a mining algorithm available from the Context object.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningService

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

Sintaxe

'Declaração
Public NotInheritable Class MiningService _
    Implements IDisposable, IMetadataObject
'Uso
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

O tipo MiningService expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública AllowsDuplicateKey Gets a value that indicates whether the mining service allows cases to have duplicate keys.
Propriedade pública AllowsIncrementalInsert Gets a value that indicates whether the mining service allows additional INSERT INTO statements after the initial training.
Propriedade pública 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.
Propriedade pública AvailableParameters Gets the mining service parameters available to this service.
Propriedade pública Control Gets the MiningServiceControl for the mining service model.
Propriedade pública Description Gets the description of this mining service.
Propriedade pública DisplayName Gets the localizable display name for the mining service.
Propriedade pública ExpectedQuality Gets the expected quality of the model produced with this mining service.
Propriedade pública Guid Gets the GUID for the mining service.
Propriedade pública Name Gets the name of the mining service.
Propriedade pública PredictionComplexity Gets the expected time for predicting with the mining service.
Propriedade pública PredictionLimit Gets the maximum number of predictions the mining service can provide.
Propriedade pública Properties Gets the properties of this mining service.
Propriedade pública Scaling Gets the scalability of the mining service.
Propriedade pública SupportedDistributionFlags Gets the MiningColumnDistribution flags that are supported by the mining service.
Propriedade pública SupportedInputContentTypes Gets the content types supported by the mining service.
Propriedade pública SupportedModelingFlags Gets the modeling flags supported by the mining service.
Propriedade pública SupportedPredictionContentTypes Gets the supported prediction content types for the mining service.
Propriedade pública SupportsDMDimensions Gets a value that indicates whether the mining service supports data mining dimensions.
Propriedade pública SupportsDrillThrough Gets a value that indicates whether the mining service supports drillthrough.
Propriedade pública TrainingComplexity Gets the expected time to train a model using this mining service.
Propriedade pública UniqueName Gets the unique name of the MiningService.
Propriedade pública ViewerType Gets the viewer recommended to view the results of this mining service.

Início

Métodos

  Nome Descrição
Método público {dtor} Releases all resources used by the MiningService.
Método público Dispose Releases all resources used by the current instance of the MiningService.
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdServer