MetadataProviderUtils.Names.Schema Class

Provides the common names of the SQL Server schemas.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class Schema
'Usage
public static class Schema
public ref class Schema abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Schema =  class end
public final class Schema

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

Fields

  Name Description
Public fieldStatic member Dbo Gets the name of the dbo schema ("dbo").
Public fieldStatic member InformationSchema Gets the name of the information schema ("INFORMATION_SCHEMA").
Public fieldStatic member Sys Gets the name of the sys schema ("sys").

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace