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 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
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 | ||
Flags | Gets the modeling flag for the column. | |
FullyQualifiedName | Gets the fully qualified name of the column. | |
IsInput | Determines whether the column is an input column. | |
IsPredictable | Determines whether the column is predictable. | |
IsProcessed | Determines whether the MiningModelColumn is processed. | |
IsRelatedToKey | Determines whether the MiningModelColumn is related to the key. | |
IsTable | Determines 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 | ||
Values | Gets a MiningValueCollection containing the possible values associated with the column. |
页首
方法
名称 | 说明 | |
---|---|---|
{dtor} | Releases all resources used by the MiningModelColumn. | |
Dispose | Releases all resources used by the MiningModelColumn. | |
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。