BuiltInFunctionLookupBase.GlobalVariables 속성

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

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

구문

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

속성 값

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

구현

IBuiltInFunctionLookup.GlobalVariables

참고 항목

참조

BuiltInFunctionLookupBase 클래스

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