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