共用方式為


MiningModelColumn 類別

Represents a column in a mining model.

繼承階層

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningModelColumn

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public NotInheritable Class MiningModelColumn
'用途
Dim instance As MiningModelColumn
public sealed class MiningModelColumn
public ref class MiningModelColumn sealed
[<SealedAttribute>]
type MiningModelColumn =  class end
public final class MiningModelColumn

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-defined description of the column.
公用屬性 Distribution Gets the MiningColumnDistribution for this column.
公用屬性 Filter Gets the filter expression that is associated with a nested table column in a mining model.
公用屬性 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 for the column.
公用屬性 Values Gets a MiningValueCollection containing the possible values associated with the column.

上層

方法

  名稱 說明
公用方法 Equals Determines whether two instances of MiningModelColumn are equal. (覆寫 Object.Equals(Object)。)
公用方法 GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (覆寫 Object.GetHashCode()。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString Returns the name of the MiningModelColumn in its string representation. (覆寫 Object.ToString()。)

上層

運算子

  名稱 說明
公用運算子靜態成員 Equality Determines whether two instances of MiningModelColumn are equal.
公用運算子靜態成員 Inequality Determines whether two instances of MiningModelColumn are unequal.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices.AdomdClient 命名空間