FunctionAttribute.IsComposable Właściwość

Definicja

Pobiera lub ustawia, czy metoda jest mapowana na funkcję, czy na procedurę składowaną.

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

Wartość właściwości

true jeśli funkcja; false jeśli procedura składowana.

Dotyczy