Share via


RegSvrSmoObject Members

Include Protected Members
Include Inherited Members

The RegSvrSmoObject class is a class used in the construction Microsoft SQL Server registered server objects.

The RegSvrSmoObject type exposes the following members.

Constructors

  Name Description
Protected method RegSvrSmoObject() Initializes a new instance of the RegSvrSmoObject object.
Protected method RegSvrSmoObject(RegSvrCollectionBase, String)

Top

Properties

  Name Description
Public property Name Gets or sets the name of the object.
Public property Properties Gets the properties associated with the object.
Public property State Gets the state of the referenced object. (Inherited from SmoObjectBase.)
Public property Urn Gets the Urn object that represents the object.
Protected property UrnSkeleton Gets the Urn object that represents the object.
Public property UserData Gets or sets user-defined data associated with the referenced object. (Inherited from SmoObjectBase.)

Top