Compartir a través de


Clase MiningService

Represents a mining algorithm available from the Context object.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningService

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
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

El tipo MiningService expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

  Nombre Descripción
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 (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdServer