Condividi tramite


Proprietà SetVariableStatement.FunctionCallExists

Ottiene o imposta un valore che indica se gli identificatori di colonna terminano con una chiamata di funzione.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property FunctionCallExists As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se gli identificatori di colonna terminano con una chiamata di funzione; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SetVariableStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql