IBuiltInFunctionLookup.GlobalVariables Property
Gets a collection that contains all SQL Server 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
ReadOnly Property GlobalVariables As IMetadataCollection(Of IBuiltInFunction)
Get
'Usage
Dim instance As IBuiltInFunctionLookup
Dim value As IMetadataCollection(Of IBuiltInFunction)
value = instance.GlobalVariables
IMetadataCollection<IBuiltInFunction> GlobalVariables { get; }
property IMetadataCollection<IBuiltInFunction^>^ GlobalVariables {
IMetadataCollection<IBuiltInFunction^>^ get ();
}
abstract GlobalVariables : IMetadataCollection<IBuiltInFunction>
function get GlobalVariables () : IMetadataCollection<IBuiltInFunction>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IBuiltInFunction>
The IMetadataCollection<T> of IBuiltInFunction that contains all system functions that start with two at signs (@@).
See Also
Reference
IBuiltInFunctionLookup Interface
Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace