ISchema.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<IView>
The IMetadataCollection<T> of IView that contains the views that belong to this schema.

참고 항목

참조

ISchema 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스