Свойство IsGlobalVariable

Gets a value that indicates whether this is a system function that starts with two at signs (@@) (for example, @@IDENTITY).

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

Синтаксис

'Декларация
ReadOnly Property IsGlobalVariable As Boolean
    Get
'Применение
Dim instance As IBuiltInFunction
Dim value As Boolean

value = instance.IsGlobalVariable
bool IsGlobalVariable { get; }
property bool IsGlobalVariable {
    bool get ();
}
abstract IsGlobalVariable : bool
function get IsGlobalVariable () : boolean

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

Тип: System. . :: . .Boolean
true if this is a system function that starts with two at signs (@@); otherwise, false.