IBuiltInFunctionLookup.GlobalVariables 속성

Gets a collection that contains all SQL Server system functions that start with two at signs (@@).

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property GlobalVariables As IMetadataCollection(Of IBuiltInFunction)
    Get
‘사용 방법
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>

속성 값

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

참고 항목

참조

IBuiltInFunctionLookup 인터페이스

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스