VariableTableSource.FunctionCall Property

Gets or sets a function call.

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
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)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.FunctionCall
Returns a FunctionCall.

Remarks

Optional, may be null.

.NET Framework Security

See Also

Reference

VariableTableSource Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace