SqlObjectBase.SpecialQuery Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
stores a query used to test a condition , for example that a table needed to resolve this level exists, if that fails then the empty set is returned rather then exception
protected System.Collections.SortedList SpecialQuery { get; }
member this.SpecialQuery : System.Collections.SortedList
Protected ReadOnly Property SpecialQuery As SortedList