Share via


BuiltInFunctionLookupBase.GlobalVariables Property

Gets the collection of system functions that start with two at signs (@@).

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public ReadOnly Property GlobalVariables As IMetadataCollection(Of IBuiltInFunction)
    Get
'Usage
Dim instance As BuiltInFunctionLookupBase 
Dim value As IMetadataCollection(Of IBuiltInFunction)

value = instance.GlobalVariables
public IMetadataCollection<IBuiltInFunction> GlobalVariables { get; }
public:
virtual property IMetadataCollection<IBuiltInFunction^>^ GlobalVariables {
    IMetadataCollection<IBuiltInFunction^>^ get () sealed;
}
abstract GlobalVariables : IMetadataCollection<IBuiltInFunction>
override GlobalVariables : IMetadataCollection<IBuiltInFunction>
final function get GlobalVariables () : IMetadataCollection<IBuiltInFunction>

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IBuiltInFunction>
The IMetadataCollection<T> of IBuiltInFunction that contains the system functions that start with two at signs (@@).

Implements

IBuiltInFunctionLookup.GlobalVariables

See Also

Reference

BuiltInFunctionLookupBase Class

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace