Share via


Schemas Property

Gets {insert text here}.

Namespace:  Microsoft.Data.Tools.Model.Relational
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
ReadOnly Property Schemas As ICollectionProperty(Of ISchema)
    Get
'Usage
Dim instance As IRelationalModel
Dim value As ICollectionProperty(Of ISchema)

value = instance.Schemas
ICollectionProperty<ISchema> Schemas { get; }
property ICollectionProperty<ISchema^>^ Schemas {
    ICollectionProperty<ISchema^>^ get ();
}
abstract Schemas : ICollectionProperty<ISchema>
function get Schemas () : ICollectionProperty<ISchema>

Property Value

Type: Microsoft.Data.Tools.Model..::..ICollectionProperty< (Of < ( <'ISchema> ) > ) >

See Also

Reference

IRelationalModel Interface

Microsoft.Data.Tools.Model.Relational Namespace