Свойство 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 IMutableMetadataCollection(Of IView)
Get
'Применение
Dim instance As IMutableSchema
Dim value As IMutableMetadataCollection(Of IView)
value = instance.Views
IMutableMetadataCollection<IView> Views { get; }
property IMutableMetadataCollection<IView^>^ Views {
IMutableMetadataCollection<IView^>^ get ();
}
abstract Views : IMutableMetadataCollection<IView>
function get Views () : IMutableMetadataCollection<IView>
Значение свойства
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'IView> ) > ) >
The IMutableMetadataCollection<(Of <(<'T>)>)> of IView that contains the views that belong to this schema.