共用方式為


IsInput 屬性

Determines whether the column is an input column.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property IsInput As Boolean
    Get
'用途
Dim instance As MiningModelColumn
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 the column is an input column; false otherwise.