FunctionAttribute.IsComposable 屬性

定義

取得或設定方法是對應至函式,還是對應至預存程序。

public:
 property bool IsComposable { bool get(); void set(bool value); };
public bool IsComposable { get; set; }
member this.IsComposable : bool with get, set
Public Property IsComposable As Boolean

屬性值

如果是函式,則為 true,如果是預存程序,則為 false

適用於