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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.