This topic has not yet been rated - Rate this topic

MetadataProviderUtils.Names.Database Class

Provides the common names of the SQL Server databases.

System.Object
  Microsoft.SqlServer.Management.SqlParser.MetadataProvider.MetadataProviderUtils.Names.Database

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
public static class Database

The MetadataProviderUtils.Names.Database type exposes the following members.

  NameDescription
Public fieldStatic memberMasterGets the name of the master database ("master").
Public fieldStatic memberModelGets the name of the model database ("model").
Public fieldStatic memberMsdbGets the name of the msdb database ("msdb").
Public fieldStatic memberTempDbGets the name of the tempdb database ("tempdb").
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.