判斷屬性是否為輸入屬性。
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.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
屬性值
型別:Boolean
如果使用屬性當做模型的輸入,則為 true,否則為 false。
備註
如果 MiningAttribute 的值資料行未標示為 PredictOnly,或是巢狀屬性的父資料表未標示為 PredictOnly,就表示這是輸入屬性。