Поделиться через


Свойство Views

Gets the collection of views that belong to this schema.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property Views As IMetadataCollection(Of IView)
    Get
'Применение
Dim instance As ISchema
Dim value As IMetadataCollection(Of IView)

value = instance.Views
IMetadataCollection<IView> Views { get; }
property IMetadataCollection<IView^>^ Views {
    IMetadataCollection<IView^>^ get ();
}
abstract Views : IMetadataCollection<IView>
function get Views () : IMetadataCollection<IView>

Значение свойства

Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IView> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IView that contains the views that belong to this schema.