Свойство SetVariableStatement.FunctionCallExists

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

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property FunctionCallExists As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

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

См. также

Справочник

SetVariableStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom