MiningAttribute.IsInput 屬性
Determines if this attribute is an input attribute.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public ReadOnly Property IsInput As Boolean
Get
'用途
Dim instance As MiningAttribute
Dim value As Boolean
value = instance.IsInput
public bool IsInput { get; }
public:
property bool IsInput {
bool get ();
}
member IsInput : bool
function get IsInput () : boolean
屬性值
型別:System.Boolean
True if this is an input attribute; false otherwise.
備註
A MiningAttribute is an input attribute if its value column is not marked as Predict Only, or if the parent table of a nested attribute is not marked as Predict Only.