Класс MiningModelColumn
Represents a column in a mining model.
Иерархия наследования
System.Object
Microsoft.AnalysisServices.AdomdServer.MiningModelColumn
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public NotInheritable Class MiningModelColumn _
Implements IDisposable, IMetadataObject
'Применение
Dim instance As MiningModelColumn
public sealed class MiningModelColumn : IDisposable,
IMetadataObject
public ref class MiningModelColumn sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type MiningModelColumn =
class
interface IDisposable
interface IMetadataObject
end
public final class MiningModelColumn implements IDisposable, IMetadataObject
Тип MiningModelColumn обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
MiningModelColumn | Initializes a new instance of the MiningModelColumn class with the specified mining model. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Columns | Gets a collection containing the nested MiningModelColumn objects. | |
ContainingColumn | Gets the name of the table column containing this column. | |
Content | Gets the content type of the column. | |
Description | Gets the user-description of the column. | |
Distribution | Gets the MiningColumnDistribution for this column. | |
Filter | Gets a DMX filter which is used in selecting the nested table rows to be used in this table column. | |
Flags | Gets the modeling flag for the column. | |
FullyQualifiedName | Gets the fully qualified name of the column. | |
IsInput | Gets a value that indicates whether the column is an input column. | |
IsPredictable | Gets a value that indicates whether the column is predictable. | |
IsProcessed | Gets a value that indicates whether the MiningModelColumn is processed. | |
IsRelatedToKey | Gets a value that indicates whether the MiningModelColumn is related to the key. | |
IsTable | Gets a value that indicates whether the column is a table datatype. | |
LastProcessed | Gets the date and time the mining model column was last processed. | |
LastUpdated | Gets the date and time the mining model column was last updated. | |
Name | Gets the name of the column. | |
Parent | Gets the parent MiningModel. | |
ParentMiningModel | Gets the MiningModel to which this column belongs. | |
PredictionScore | Gets the prediction score for the MiningModelColumn. | |
Properties | Gets a PropertyCollection containing the properties for the column. | |
RelatedAttribute | Gets the name of the related column for the MiningModelColumn. | |
StructureColumn | Gets the name of the structure column for the MiningModelColumn. | |
Type | Gets the MiningColumnType of the column. | |
UniqueName | Gets the unique name of the MiningModelColumn. | |
Values | Gets a collection of possible values associated with the column. |
В начало
Методы
Имя | Описание | |
---|---|---|
{dtor} | Releases all resources used by the MiningModelColumn. | |
Dispose | Releases all resources used by the current instance of the MiningModelColumn. | |
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.