MiningAttribute.IsInput 属性
确定此属性是否为输入属性。
命名空间: 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。
注释
如果其值列未被标记为 PredictOnly 或嵌套属性的父表未被标记为 PredictOnly,则 MiningAttribute 为输入属性。