IMutableDatabase.Schemas Property

 

Applies To: SQL Server 2016 Preview

Gets a collection of all schemas in the database.

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

Syntax

IMutableMetadataCollection<ISchema> Schemas { get; }
property IMutableMetadataCollection<ISchema^>^ Schemas {
    IMutableMetadataCollection<ISchema^>^ get();
}
abstract Schemas : IMutableMetadataCollection<ISchema> with get
ReadOnly Property Schemas As IMutableMetadataCollection(Of ISchema)

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<ISchema>

The IMutableMetadataCollection<T> of ISchema that contains all schemas in the database.

See Also

IMutableDatabase Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top