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


Класс 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 Determines whether the mining service allows cases to have duplicate keys.
Открытое свойство AllowsIncrementalInsert Determines whether the mining service allows additional INSERT INTO statements after the initial training.
Открытое свойство AllowsPMMLInitialization Determines 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 a MiningServiceExpectedQuality representing 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 MiningServicePredictionComplexity representing 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 a MiningServiceScaling representing 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 Determines whether the mining service supports data mining dimensions.
Открытое свойство SupportsDrillThrough Determines whether the mining service supports drillthrough.
Открытое свойство TrainingComplexity Gets the MiningServiceTrainingComplexity that represents the expected time to train a model using this mining service.
Открытое свойство UniqueName
Открытое свойство 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 MiningService.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

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

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