MiningAttribute.IsInput 属性
Determines if this attribute is an input attribute.
命名空间: 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
属性值
类型:System.Boolean
true if this is an input attribute; false otherwise.
注释
A MiningAttribute is an input attribute if its value column is not marked PredictOnly, or the parent table of a nested attribute is not marked PredictOnly.