IBuiltInFunction.IsGlobalVariable Property
Gets a value that indicates whether this is a system function that starts with two at signs (@@) (for example, @@IDENTITY).
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property IsGlobalVariable As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if this is a system function that starts with two at signs (@@); otherwise, false.