Freigeben über


FunctionStatementBody.Options-Eigenschaft

Ruft Optionen in einer WITH-Klausel ab bzw. legt diese fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Options As FunctionOptions
    Get
    Set
public FunctionOptions Options { get; set; }
public:
property FunctionOptions Options {
    FunctionOptions get ();
    void set (FunctionOptions value);
}
member Options : FunctionOptions with get, set
function get Options () : FunctionOptions
function set Options (value : FunctionOptions)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.FunctionOptions

Hinweise

Optionen in einer WITH-Klausel - unterschiedliche Optionen für Prozedur und Funktion. Benutzerdefinierte manuelle Verarbeitung.

.NET Framework-Sicherheit

Siehe auch

Referenz

FunctionStatementBody Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace