IMutableDatabase.Schemas Property
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
'Declaration
ReadOnly Property Schemas As IMutableMetadataCollection(Of ISchema)
Get
'Usage
Dim instance As IMutableDatabase
Dim value As IMutableMetadataCollection(Of ISchema)
value = instance.Schemas
IMutableMetadataCollection<ISchema> Schemas { get; }
property IMutableMetadataCollection<ISchema^>^ Schemas {
IMutableMetadataCollection<ISchema^>^ get ();
}
abstract Schemas : IMutableMetadataCollection<ISchema>
function get Schemas () : IMutableMetadataCollection<ISchema>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<ISchema>
The IMutableMetadataCollection<T> of ISchema that contains all schemas in the database.