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


Класс MiningService

Represents a mining algorithm available from the Context object.

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

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningService

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

Синтаксис

'Декларация
Public NotInheritable Class MiningService _
    Implements IDisposable, IMetadataObject
'Применение
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

Тип 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.
Открытое свойство 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.
Открытое свойство 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 indicates whether the mining service supports data mining dimensions.
Открытое свойство SupportsDrillThrough Gets a value that indicates whether the mining service supports drillthrough.
Открытое свойство TrainingComplexity Gets the expected time to train a model using this mining service.
Открытое свойство UniqueName Gets the unique name of the MiningService.
Открытое свойство ViewerType Gets the viewer recommended to view the results of this mining service.

В начало

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the MiningService.
Открытый метод Dispose Releases all resources used by the current instance of the MiningService.
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

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