IDatabaseView.QueryDependencies Property

Gets the collection of elements from which the information in the view is drawn.

Namespace:  Microsoft.Data.Schema.SchemaModel.Abstract
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
ReadOnly Property QueryDependencies As IList(Of IModelElement)
IList<IModelElement> QueryDependencies { get; }
property IList<IModelElement^>^ QueryDependencies {
    IList<IModelElement^>^ get ();
}
abstract QueryDependencies : IList<IModelElement>
function get QueryDependencies () : IList<IModelElement>

Property Value

Type: System.Collections.Generic.IList<IModelElement>

.NET Framework Security

See Also

Reference

IDatabaseView Interface

Microsoft.Data.Schema.SchemaModel.Abstract Namespace