Класс 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.String name as the name of the mining model column, and System.String id as the internal name of the object. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Производный от ModelComponent.) | |
Columns | Gets the collection of columns associated with the MiningModelColumn object. | |
Container | (Производный от Component.) | |
Description | Gets or sets the description of the component. (Производный от NamedComponent.) | |
Filter | Gets or sets the filter expression for the mining model column. | |
FriendlyName | Returns a user-friendly name. (Производный от NamedComponent.) | |
ID | Gets or sets the identifier of the component. (Производный от NamedComponent.) | |
KeyForCollection | Returns the key used in collections. (Производный от NamedComponent.) | |
ModelingFlags | Gets the collection of [ModelingFlags] elements for a column in a MiningModelColumn object. | |
Name | Gets or sets the name of the component. (Производный от NamedComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Производный от ModelComponent.) | |
Parent | Инфраструктура. Gets the IModelComponent object that is the parent of the ModelComponent object. (Производный от 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 | Инфраструктура. Gets or sets the site of the component. (Производный от NamedComponent.) | |
SiteID | Инфраструктура. Gets or sets the identifier for the site associated with the component. (Производный от 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 | Инфраструктура. Adds a ModelComponent object to the specified container. (Производный от ModelComponent.) | |
AfterInsert | Инфраструктура. Displays a ModelComponent object after added to the specified index. (Производный от ModelComponent.) | |
AfterMove | Инфраструктура. Displays a ModelComponent object after moving to the specified index. (Производный от ModelComponent.) | |
AfterRemove | Инфраструктура. Displays a ModelComponentCollection after a ModelComponent object is removed. (Производный от ModelComponent.) | |
BeforeRemove | Инфраструктура. Removes the ModelComponent object before the cleanup. (Производный от ModelComponent.) | |
Clone | Creates a new, full copy of an object. | |
CopyTo | Copies a MiningModelColumn object to the specified object. | |
CreateObjRef | Важный элемент безопасности. (Производный от MarshalByRefObject.) | |
Dispose | (Производный от Component.) | |
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetLifetimeService | Важный элемент безопасности. (Производный от MarshalByRefObject.) | |
GetType | (Производный от Object.) | |
InitializeLifetimeService | Важный элемент безопасности. (Производный от MarshalByRefObject.) | |
RemoveFromContainer | Инфраструктура. Removes a ModelComponent object from the specified container. (Производный от ModelComponent.) | |
Submit() | Инфраструктура. Submits a ModelComponent object. (Производный от ModelComponent.) | |
Submit(Boolean) | Инфраструктура. Submits a ModelComponent object. (Производный от ModelComponent.) | |
ToString | Returns a string containing the name of the component. (Производный от 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) | Indicates whether the mining model collection is validated. (Переопределяет NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
В начало
События
Имя | Описание | |
---|---|---|
Disposed | (Производный от Component.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICloneable.Clone | Creates a new, full copy of an object. | |
IFormattable.ToString | Formats the value of the current instance using the specified format. (Производный от NamedComponent.) | |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. (Производный от ModelComponent.) | |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. (Производный от ModelComponent.) | |
IModelComponent.OwningCollection | Gets or sets the collection that owns the current object. (Производный от ModelComponent.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.