Classe MiningService

Represents a mining algorithm available from the Context object.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningService

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class MiningService _
    Implements IDisposable, IMetadataObject
'Utilizzo
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

Nel tipo MiningService sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico {dtor} Releases all resources used by the MiningService.
Metodo pubblico Dispose Releases all resources used by the current instance of the MiningService.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer