Freigeben über


VariableTableSource.FunctionCall-Eigenschaft

Ruft einen Funktionsaufruf ab oder legt ihn fest.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.FunctionCall
Gibt FunctionCall zurück.

Hinweise

Optional, kann NULL sein.

.NET Framework-Sicherheit

Siehe auch

Referenz

VariableTableSource Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace