Propriedade do RDL Schemas
Gets a collection of all schemas in the database.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property Schemas As IMetadataCollection(Of ISchema)
Get
'Uso
Dim instance As IDatabase
Dim value As IMetadataCollection(Of ISchema)
value = instance.Schemas
IMetadataCollection<ISchema> Schemas { get; }
property IMetadataCollection<ISchema^>^ Schemas {
IMetadataCollection<ISchema^>^ get ();
}
abstract Schemas : IMetadataCollection<ISchema>
function get Schemas () : IMetadataCollection<ISchema>
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'ISchema> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of ISchema that contains all schemas in the database.
Consulte também