SqlSmoObject.PropertyMissing Event
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.
Event that is raised when a property fetch is made after object initialization and the object needs to issue a SQL query to retrieve the value. This event is raised synchronously, so the fetch is blocked until all handlers of the event return.
public static event EventHandler<Microsoft.SqlServer.Management.Smo.PropertyMissingEventArgs> PropertyMissing;
member this.PropertyMissing : EventHandler<Microsoft.SqlServer.Management.Smo.PropertyMissingEventArgs>
Public Shared Event PropertyMissing As EventHandler(Of PropertyMissingEventArgs)