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


Класс MiningModelColumn

Represents information about a column in a MiningModel element. This class cannot be inherited.

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

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices. . :: . .NamedComponent
          Microsoft.AnalysisServices..::..MiningModelColumn

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

Синтаксис

'Декларация
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")> _
<GuidAttribute("686D369C-BFD1-4d56-8A2C-C7041904167B")> _
Public NotInheritable Class MiningModelColumn _
    Inherits NamedComponent _
    Implements ICloneable
'Применение
Dim instance As MiningModelColumn
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute("686D369C-BFD1-4d56-8A2C-C7041904167B")]
public sealed class MiningModelColumn : NamedComponent, 
    ICloneable
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute(L"686D369C-BFD1-4d56-8A2C-C7041904167B")]
public ref class MiningModelColumn sealed : public NamedComponent, 
    ICloneable
[<SealedAttribute>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")>]
[<GuidAttribute("686D369C-BFD1-4d56-8A2C-C7041904167B")>]
type MiningModelColumn =  
    class
        inherit NamedComponent
        interface ICloneable
    end
public final class MiningModelColumn extends NamedComponent implements ICloneable

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

Конструкторы

  Имя Описание
Открытый метод MiningModelColumn() () () () Initializes a new instance of the MiningModelColumn class using default values.
Открытый метод MiningModelColumn(String, String) Initializes a new instance of the MiningModelColumn class, using System.Stringname as the name of the mining model column, and System.Stringid as the internal name of the object.

В начало

Свойства

  Имя Описание
Открытое свойство Annotations Gets a collection within which you can store custom data. (Производный от ModelComponent.)
Защищенное свойство CanRaiseEvents (Производный от Component.)
Открытое свойство Columns Gets the collection of columns associated with the MiningModelColumn object.
Открытое свойство Container (Производный от Component.)
Открытое свойство Description (Производный от NamedComponent.)
Защищенное свойство DesignMode (Производный от Component.)
Защищенное свойство Events (Производный от Component.)
Открытое свойство Filter Gets or sets the filter expression for the mining model column.
Защищенное свойство FriendlyName (Производный от NamedComponent.)
Открытое свойство ID (Производный от NamedComponent.)
Защищенное свойство KeyForCollection (Производный от NamedComponent.)
Открытое свойство ModelingFlags Gets the collection of [ModelingFlags] elements for a column in a MiningModelColumn object.
Открытое свойство Name (Производный от NamedComponent.)
Открытое свойство OwningCollection Gets or sets the collection that contains the ModelComponent. (Производный от ModelComponent.)
Открытое свойство Parent Инфраструктура. (Производный от ModelComponent.)
Открытое свойство ParentDatabase Gets the parent Database of a MiningModelColumn object.
Открытое свойство ParentMiningModel Gets the parent MiningModel of a MiningModelColumn object.
Открытое свойство ParentMiningStructure Gets the parent MiningStructure of a MiningModelColumn object.
Открытое свойство ParentServer Gets the parent Server of a MiningModelColumn object.
Открытое свойство Site (Производный от NamedComponent.)
Открытое свойство SiteID (Производный от NamedComponent.)
Открытое свойство SourceColumn Gets the mining structure column associated with a MiningModelColumn object.
Открытое свойство SourceColumnID Gets or sets a source column identifier for a MiningModelColumn object.
Открытое свойство Translations Gets the collection of translations associated with a MiningModelColumn object.
Открытое свойство Usage Gets or sets how the column from the parent MiningStructure is used in the mining model.

В начало

Методы

  Имя Описание
Защищенный метод AddToContainer Инфраструктура. (Производный от ModelComponent.)
Защищенный метод AfterInsert Инфраструктура. (Производный от ModelComponent.)
Защищенный метод AfterMove Инфраструктура. (Производный от ModelComponent.)
Защищенный метод AfterRemove Инфраструктура. (Производный от ModelComponent.)
Защищенный метод BeforeRemove Инфраструктура. (Производный от ModelComponent.)
Открытый метод Clone Creates a new, full copy of an object.
Открытый метод CopyTo(MiningModelColumn) Copies a MiningModelColumn object to the specified object.
Защищенный метод CopyTo(ModelComponent) Инфраструктура. (Производный от ModelComponent.)
Защищенный метод CopyTo(NamedComponent) (Производный от NamedComponent.)
Открытый метод CreateObjRef (Производный от MarshalByRefObject.)
Открытый метод Dispose() () () () (Производный от Component.)
Защищенный метод Dispose(Boolean) (Производный от Component.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Component.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetLifetimeService (Производный от MarshalByRefObject.)
Защищенный метод GetService (Производный от Component.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeLifetimeService (Производный от MarshalByRefObject.)
Защищенный метод MemberwiseClone() () () () (Производный от Object.)
Защищенный метод MemberwiseClone(Boolean) (Производный от MarshalByRefObject.)
Защищенный метод RemoveFromContainer Инфраструктура. (Производный от ModelComponent.)
Защищенный метод Reset (Производный от NamedComponent.)
Открытый метод Submit() () () () Инфраструктура. (Производный от ModelComponent.)
Открытый метод Submit(Boolean) Инфраструктура. (Производный от ModelComponent.)
Открытый метод ToString (Производный от NamedComponent.)
Открытый метод Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Производный от ModelComponent.)
Открытый метод Validate(ValidationErrorCollection, Boolean) Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Производный от ModelComponent.)
Открытый метод Validate(ValidationErrorCollection, Boolean, ServerEdition) (Переопределяет NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).)

В начало

События

  Имя Описание
Открытое событие Disposed (Производный от Component.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable. . :: . .Clone
Явная реализация интерфейсаЗакрытый метод IFormattable. . :: . .ToString (Производный от NamedComponent.)
Явная реализация интерфейсаЗакрытое свойство IHostableComponent. . :: . .Host (Производный от ModelComponent.)
Явная реализация интерфейсаЗакрытое свойство IModelComponent. . :: . .FriendlyPath (Производный от ModelComponent.)
Явная реализация интерфейсаЗакрытое свойство IModelComponent. . :: . .OwningCollection (Производный от ModelComponent.)

В начало

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

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

См. также

Справочник