Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)