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


Класс MiningModel

Represents a mining model of an AdomdConnection.

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

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningModel

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство Algorithm Gets a provider-specific name that describes the algorithm used to generate the model.
Открытое свойство AllowDrillThrough Gets a value that indicates whether the mining model allows drillthrough.
Открытое свойство Attributes Gets the mining attributes associated with this mining model.
Открытое свойство Columns Gets a collection of MiningModelColumn objects for the model.
Открытое свойство Content Gets a collection of top-level MiningContentNode objects for the model.
Открытое свойство Created Gets the date and time the mining model was created.
Открытое свойство Description Gets the user-defined description of the mining model.
Открытое свойство Filter Gets the filter expression that is associated with the model.
Открытое свойство IsProcessed Gets a value that indicates whether the mining model has been processed.
Открытое свойство LastProcessed Gets the date and time that the mining model was last processed.
Открытое свойство LastUpdated Gets the date and time that the mining model was last updated.
Открытое свойство Name Gets the name of the mining model.
Открытое свойство Parameters Gets a collection of MiningParameter objects that apply to the mining model.
Открытое свойство Parent Gets the MiningStructure to which this mining model belongs.
Открытое свойство ParentConnection Gets the AdomdConnection to which this mining model belongs.
Открытое свойство Properties Gets a collection of Property objects that apply to the mining model.
Открытое свойство TrainingSetSize Gets the size, as a count of cases, of the data set that was used for training when the model was created.

В начало

Методы

  Имя Описание
Открытый метод Equals Determines whether two instances of MiningModel are equal. (Переопределяет Object.Equals(Object).)
Открытый метод FindAttribute Finds the MiningAttribute specified by an attribute ID.
Открытый метод GetAttributes Gets a collection of attributes based on their feature selection status.
Открытый метод GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Переопределяет Object.GetHashCode().)
Открытый метод GetNodeFromUniqueName Gets a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
Открытый метод GetType (Производный от Object.)
Открытый метод ToString Returns the name of the mining model in its string representation. (Переопределяет Object.ToString().)

В начало

Операторы

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

В начало

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

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

См. также

Справочник

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