Свойство Schemas
Gets a collection of all schemas in the database.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property Schemas As IMutableMetadataCollection(Of ISchema)
Get
'Применение
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>
Значение свойства
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'ISchema> ) > ) >
The IMutableMetadataCollection<(Of <(<'T>)>)> of ISchema that contains all schemas in the database.