SetVariableStatement.FunctionCallExists (Propiedad)

Obtiene o establece un valor que indica si los identificadores de la columna finalizan con una llamada de función.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean
Devuelve true si los identificadores de la columna finalizan con una llamada de función; de lo contrario, devuelve false.

Seguridad de .NET Framework

Vea también

Referencia

SetVariableStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)