共用方式為


EdmFunction.IsComposableAttribute 屬性

定義

取得這個實例是否對應至函式或預存程式。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Composable")]
public bool IsComposableAttribute { get; }
member this.IsComposableAttribute : bool
Public ReadOnly Property IsComposableAttribute As Boolean

屬性值

如果此實例對應至函式,則為 true;如果這個實例對應至預存程式,則為 false。

屬性

適用於