다음을 통해 공유


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.

참고 항목

참조

MiningAttribute 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스