共用方式為


MetaFunction.IsComposable 屬性

定義

取得是否可在查詢中撰寫函式。

public:
 abstract property bool IsComposable { bool get(); };
public abstract bool IsComposable { get; }
member this.IsComposable : bool
Public MustOverride ReadOnly Property IsComposable As Boolean

屬性值

如果可在查詢中撰寫函式,則為 true

備註

無法在查詢內撰寫預存程式。 表示預存程式的方法會傳回 false

適用於