SmoObjectBase Members

Include Protected Members
Include Inherited Members

The SmoObjectBase is a base class that is inherited by the SqlSmoObject class.

The SmoObjectBase type exposes the following members.

Constructors

  Name Description
Protected method SmoObjectBase() Initializes a new instance of the SmoObjectBase class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)
Public method Validate(String, array<Object[])

Top

Properties

  Name Description
Public property State Gets the state of the referenced object.
Public property UserData Gets or sets user-defined data associated with the referenced object.

Top