Compartilhar via


Classe MiningService

Represents a mining algorithm available from a AdomdConnection object.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningService

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public NotInheritable Class MiningService
'Uso
Dim instance As MiningService
public sealed class MiningService
public ref class MiningService sealed
[<SealedAttribute>]
type MiningService =  class end
public final class MiningService

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 document.
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 ParentConnection Gets the connection from which this mining service is available.
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 determines whether the mining service supports data mining dimensions.
Propriedade pública SupportsDrillthrough Gets a value that determines 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 ViewerType Gets the viewer recommended to view the results of this mining service.

Início

Métodos

  Nome Descrição
Método público Equals Determines whether this instance of MiningService is equal to another instance of MiningService. (Substitui Object.Equals(Object).)
Método público GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Substitui Object.GetHashCode().)
Método público GetType (Herdado de Object.)
Método público ToString Gets the name of the mining service in its string representation. (Substitui Object.ToString().)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Equality Determines whether two instances of MiningService are equal.
Operador públicoMembro estático Inequality Determines whether two instances of MiningService are unequal.

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.AdomdClient