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


Класс ScalarMiningStructureColumn

Represents a MiningStructureColumn element that contains scalar values. This class cannot be inherited.

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

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.MiningStructureColumn
            Microsoft.AnalysisServices.ScalarMiningStructureColumn

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

Синтаксис

'Декларация
<GuidAttribute("B09355EC-A733-4c99-A2B4-B5608929FE75")> _
Public NotInheritable Class ScalarMiningStructureColumn _
    Inherits MiningStructureColumn _
    Implements ICloneable
'Применение
Dim instance As ScalarMiningStructureColumn
[GuidAttribute("B09355EC-A733-4c99-A2B4-B5608929FE75")]
public sealed class ScalarMiningStructureColumn : MiningStructureColumn, 
    ICloneable
[GuidAttribute(L"B09355EC-A733-4c99-A2B4-B5608929FE75")]
public ref class ScalarMiningStructureColumn sealed : public MiningStructureColumn, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("B09355EC-A733-4c99-A2B4-B5608929FE75")>]
type ScalarMiningStructureColumn =  
    class 
        inherit MiningStructureColumn 
        interface ICloneable 
    end
public final class ScalarMiningStructureColumn extends MiningStructureColumn implements ICloneable

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

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

  Имя Описание
Открытый метод ScalarMiningStructureColumn() Initializes a new instance of the ScalarMiningStructureColumn class using default values.
Открытый метод ScalarMiningStructureColumn(String) Initializes a new instance of the ScalarMiningStructureColumn using the specified name.
Открытый метод ScalarMiningStructureColumn(String, String) Initializes a new instance of the ScalarMiningStructureColumn using the specified name and identifier.

В начало

Свойства

  Имя Описание
Открытое свойство Annotations Gets a collection within which you can store custom data. (Производный от ModelComponent.)
Открытое свойство ClassifiedColumns Gets the collection of related columns that are classified by the ScalarMiningStructureColumn object.
Открытое свойство Container (Производный от Component.)
Открытое свойство Content Gets or sets the content of the column in the ScalarMiningStructureColumn object.
Открытое свойство Description Gets or sets the description of the component. (Производный от NamedComponent.)
Открытое свойство DiscretizationBucketCount Gets or sets the number of buckets into which to discretize the column values.
Открытое свойство DiscretizationMethod Gets or sets the method to be used for discretization.
Открытое свойство Distribution Gets or sets a provider-specific value that describes how scalar values are distributed within a column of a ScalarMiningStructureColumn object.
Защищенное свойство FriendlyName Returns a user-friendly name. (Производный от NamedComponent.)
Открытое свойство ID Gets or sets the identifier of the component. (Производный от NamedComponent.)
Открытое свойство IsKey Gets or sets a value that indicates whether the column provides the key for the case in a ScalarMiningStructureColumn object.
Открытое свойство KeyColumns Gets the collection of KeyColumns definitions for ScalarMiningStructureColumn.
Защищенное свойство KeyForCollection Returns the key used in collections. (Производный от NamedComponent.)
Открытое свойство ModelingFlags Gets the collection of ModelingFlags for a column.
Открытое свойство Name Gets or sets the name of the component. (Производный от NamedComponent.)
Открытое свойство NameColumn Gets or sets the column that provides the name of ScalarMiningStructureColumn.
Открытое свойство 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 the MiningStructureColumn object. (Производный от MiningStructureColumn.)
Открытое свойство ParentMiningStructure Gets the parent mining structure of a MiningStructureColumn object. (Производный от MiningStructureColumn.)
Открытое свойство ParentServer Gets the parent Server of the MiningStructureColumn object. (Производный от MiningStructureColumn.)
Открытое свойство Site Инфраструктура. Gets or sets the site of the component. (Производный от NamedComponent.)
Открытое свойство SiteID Инфраструктура. Gets or sets the identifier for the site associated with the component. (Производный от NamedComponent.)
Открытое свойство Source Gets or sets the source for the column.
Открытое свойство Translations Gets the collection of Translation object associated with the ScalarMiningStructureColumn.
Открытое свойство Type Gets or sets the data type of the mining structure column.

В начало

Методы

  Имя Описание
Защищенный метод 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 MiningStructureColumn object before the cleanup. (Производный от MiningStructureColumn.)
Открытый метод Clone Creates a new full copy of an object. (Переопределяет MiningStructureColumn.Clone().)
Открытый метод CopyTo Copies a ScalarMiningStructureColumn object to the specified object.
Открытый метод CreateDerivedColumn When overridden in a derived class, creates a derived column. (Переопределяет MiningStructureColumn.CreateDerivedColumn().)
Открытый метод CreateObjRef Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод Dispose (Производный от Component.)
Открытый метод Equals (Производный от Object.)
Открытый метод GetAvailableContentType Gets the available content type for the column.
Открытый метод 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 ScalarMiningStructureColumn object is valid. (Переопределяет NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).)

В начало

События

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

В начало

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

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable.Clone Creates a new object that is a copy of the current instance.
Явная реализация интерфейсаЗакрытый метод 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

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