SqlSmoObject.PropertyMissing Event

Definition

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) 

Event Type

Applies to