IBuiltInFunction.IsGlobalVariable Property

 

Applies To: SQL Server 2016 Preview

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

bool IsGlobalVariable { get; }
property bool IsGlobalVariable {
    bool get();
}
abstract IsGlobalVariable : bool with get
ReadOnly Property IsGlobalVariable As Boolean

Property Value

Type: System.Boolean

true if this is a system function that starts with two at signs (@@); otherwise, false.

See Also

IBuiltInFunction Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top