PropertyMissingEventArgs Class

Definition

Describes the missing property which leads to either a full object initialization or to loading an expensive property separately from initialization

public class PropertyMissingEventArgs : EventArgs
type PropertyMissingEventArgs = class
    inherit EventArgs
Public Class PropertyMissingEventArgs
Inherits EventArgs
Inheritance
PropertyMissingEventArgs

Properties

PropertyName

Name of the property

TypeName

Name of the SMO object type

Applies to