Compartilhar via


Propriedade SetVariableStatement.FunctionCallExists

Obtém ou define se os identificadores de coluna terminam com uma chamada de função.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
Retorna true se os identificadores de coluna terminam com uma chamada de função falsa caso contrário.

Segurança do .NET Framework

Consulte também

Referência

SetVariableStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql