Condividi tramite


Classe MiningService

Represents a mining algorithm available from a AdomdConnection object.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningService

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

Sintassi

'Dichiarazione
Public NotInheritable Class MiningService
'Utilizzo
Dim instance As MiningService
public sealed class MiningService
public ref class MiningService sealed
[<SealedAttribute>]
type MiningService =  class end
public final class MiningService

Nel tipo MiningService sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica AllowsDuplicateKey Determines whether the mining service allows cases to have duplicate keys.
Proprietà pubblica AllowsIncrementalInsert Determines whether the mining service allows additional INSERT INTO statements after the initial training.
Proprietà pubblica AllowsPMMLInitialization Determines whether the mining service allows the creation of a data mining model (including the structure and the content) based on an XML document.
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 a MiningServiceExpectedQuality representing 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 ParentConnection Gets the connection from which this mining service is available.
Proprietà pubblica PredictionComplexity Gets the MiningServicePredictionComplexity representing 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 a MiningServiceScaling representing 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 Determines whether the mining service supports data mining dimensions.
Proprietà pubblica SupportsDrillthrough Determines whether the mining service supports drillthrough.
Proprietà pubblica TrainingComplexity Gets the MiningServiceTrainingComplexity that represents the expected time to train a model using this mining service.
Proprietà pubblica ViewerType Gets the viewer recommended to view the results of this mining service.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determines whether this instance of MiningService is equal to another instance of MiningService. Esegue l'override di Object. . :: . .Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. Esegue l'override di Object. . :: . .GetHashCode() () () ().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Gets the name of the mining service. Esegue l'override di Object. . :: . .ToString() () () ().

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Equality Determines whether two instances of MiningService are equal.
Operatore pubblicoMembro statico Inequality Determines whether two instances of MiningService are unequal.

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.