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


Класс MiningModelColumn

Represents a column in a mining model.

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

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningModelColumn

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство Columns Gets a collection containing the nested MiningModelColumn objects.
Открытое свойство ContainingColumn Gets the name of the table column containing this column.
Открытое свойство Content Gets the content type of the column.
Открытое свойство Description Gets the user-defined description of the column.
Открытое свойство Distribution Gets the MiningColumnDistribution for this column.
Открытое свойство Filter Gets the filter expression that is associated with a nested table column in a mining model.
Открытое свойство Flags Gets the modeling flag for the column.
Открытое свойство FullyQualifiedName Gets the fully qualified name of the column.
Открытое свойство IsInput Gets a value that indicates whether the column is an input column.
Открытое свойство IsPredictable Gets a value that indicates whether the column is predictable.
Открытое свойство IsProcessed Gets a value that indicates whether the MiningModelColumn is processed.
Открытое свойство IsRelatedToKey Gets a value that indicates whether the MiningModelColumn is related to the key.
Открытое свойство IsTable Gets a value that indicates whether the column is a table datatype.
Открытое свойство LastProcessed Gets the date and time the mining model column was last processed.
Открытое свойство LastUpdated Gets the date and time the mining model column was last updated.
Открытое свойство Name Gets the name of the column.
Открытое свойство Parent Gets the parent MiningModel.
Открытое свойство ParentMiningModel Gets the MiningModel to which this column belongs.
Открытое свойство PredictionScore Gets the prediction score for the MiningModelColumn.
Открытое свойство Properties Gets a PropertyCollection containing the properties for the column.
Открытое свойство RelatedAttribute Gets the name of the related column for the MiningModelColumn.
Открытое свойство StructureColumn Gets the name of the structure column for the MiningModelColumn.
Открытое свойство Type Gets the MiningColumnType of the column.
Открытое свойство UniqueName Gets the unique name for the column.
Открытое свойство Values Gets a MiningValueCollection containing the possible values associated with the column.

В начало

Методы

  Имя Описание
Открытый метод Equals Determines whether two instances of MiningModelColumn are equal. (Переопределяет Object.Equals(Object).)
Открытый метод GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Переопределяет Object.GetHashCode().)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString Returns the name of the MiningModelColumn in its string representation. (Переопределяет Object.ToString().)

В начало

Операторы

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

В начало

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

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

См. также

Справочник

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