Поделиться через


Класс MiningService

Represents a mining algorithm available from a AdomdConnection object.

Иерархия наследования

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningService

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public NotInheritable Class MiningService
'Применение
Dim instance As MiningService
public sealed class MiningService
public ref class MiningService sealed
[<SealedAttribute>]
type MiningService =  class end
public final class MiningService

Тип MiningService обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство AllowsDuplicateKey Gets a value that indicates whether the mining service allows cases to have duplicate keys.
Открытое свойство AllowsIncrementalInsert Gets a value that indicates whether the mining service allows additional INSERT INTO statements after the initial training.
Открытое свойство 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.
Открытое свойство AvailableParameters Gets the mining service parameters available to this service.
Открытое свойство Control Gets the MiningServiceControl for the mining service model.
Открытое свойство Description Gets the description of this mining service.
Открытое свойство DisplayName Gets the localizable display name for the mining service.
Открытое свойство ExpectedQuality Gets the expected quality of the model produced with this mining service.
Открытое свойство Guid Gets the GUID for the mining service.
Открытое свойство Name Gets the name of the mining service.
Открытое свойство ParentConnection Gets the connection from which this mining service is available.
Открытое свойство PredictionComplexity Gets the expected time for predicting with the mining service.
Открытое свойство PredictionLimit Gets the maximum number of predictions the mining service can provide.
Открытое свойство Properties Gets the properties of this mining service.
Открытое свойство Scaling Gets the scalability of the mining service.
Открытое свойство SupportedDistributionFlags Gets the MiningColumnDistribution flags that are supported by the mining service.
Открытое свойство SupportedInputContentTypes Gets the content types supported by the mining service.
Открытое свойство SupportedModelingFlags Gets the modeling flags supported by the mining service.
Открытое свойство SupportedPredictionContentTypes Gets the supported prediction content types for the mining service.
Открытое свойство SupportsDMDimensions Gets a value that determines whether the mining service supports data mining dimensions.
Открытое свойство SupportsDrillthrough Gets a value that determines whether the mining service supports drillthrough.
Открытое свойство TrainingComplexity Gets the expected time to train a model using this mining service.
Открытое свойство ViewerType Gets the viewer recommended to view the results of this mining service.

В начало

Методы

  Имя Описание
Открытый метод Equals Determines whether this instance of MiningService is equal to another instance of MiningService. (Переопределяет Object.Equals(Object).)
Открытый метод GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Переопределяет Object.GetHashCode().)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString Gets the name of the mining service in its string representation. (Переопределяет Object.ToString().)

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент Equality Determines whether two instances of MiningService are equal.
Открытый операторСтатический элемент Inequality Determines whether two instances of MiningService are unequal.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices.AdomdClient