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


Класс MiningAttribute

Represents a mining attribute on a MiningContentNode object and MiningDistribution object.

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

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningAttribute

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

Синтаксис

'Декларация
Public NotInheritable Class MiningAttribute _
    Implements IDisposable, IMetadataObject
'Применение
Dim instance As MiningAttribute
public sealed class MiningAttribute : IDisposable, 
    IMetadataObject
public ref class MiningAttribute sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningAttribute =  
    class
        interface IDisposable
        interface IMetadataObject
    end
public final class MiningAttribute implements IDisposable, IMetadataObject

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

Свойства

  Имя Описание
Открытое свойство AttributeID Returns the identifier of the attribute.
Открытое свойство FeatureSelection Determines if the mining attribute is feature-selected.
Открытое свойство IsInput Determines if this attribute is an input attribute.
Открытое свойство IsPredictable Determines if this attribute is predictable.
Открытое свойство KeyColumn Gets the key column for the attribute.
Открытое свойство Name Gets the fully qualified name of the attribute.
Открытое свойство ShortName Gets a shortened name of the attribute.
Открытое свойство UniqueName Gets the unique name of the mining attribute,
Открытое свойство ValueColumn Gets the MiningModelColumn that represents the value column for the attribute.

В начало

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the MiningAttribute.
Открытый метод Dispose Releases all resources used by the MiningAttribute.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

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

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