Compartilhar via


Propriedade do RDL SetVariableStatement.FunctionCallExists

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 (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

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

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

Consulte também

Referência

SetVariableStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom