SetVariableStatement.FunctionCallExists Property

Gets or sets a value that indicates whether the column identifiers end with a function call.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property FunctionCallExists As Boolean 
    Get 
    Set
'Usage
Dim instance As SetVariableStatement 
Dim value As Boolean 

value = instance.FunctionCallExists

instance.FunctionCallExists = value
public bool FunctionCallExists { get; set; }
public:
property bool FunctionCallExists {
    bool get ();
    void set (bool value);
}
member FunctionCallExists : bool with get, set
function get FunctionCallExists () : boolean 
function set FunctionCallExists (value : boolean)

Property Value

Type: System.Boolean
True if the column identifiers end with a function call; otherwise, false.

See Also

Reference

SetVariableStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace