Класс MiningAttribute
Represents a mining attribute on a MiningContentNode object and MiningDistribution object.
Иерархия наследования
System.Object
Microsoft.AnalysisServices.AdomdClient.MiningAttribute
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public NotInheritable Class MiningAttribute
'Применение
Dim instance As MiningAttribute
public sealed class MiningAttribute
public ref class MiningAttribute sealed
[<SealedAttribute>]
type MiningAttribute = class end
public final class MiningAttribute
Тип MiningAttribute обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
AttributeID | Returns the identifier of the attribute. | |
FeatureSelection | Indicates the feature selection status of the mining attribute. | |
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. | |
ValueColumn | Gets the MiningModelColumn that represents the value column for the attribute. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.