Compartir a través de


SetVariableStatement.FunctionCallExists Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property FunctionCallExists As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

SetVariableStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom