RegSvrSmoObject Members
The RegSvrSmoObject class is a class used in the construction Microsoft SQL Server registered server objects.Obsolete.
The following tables list the members exposed by the RegSvrSmoObject type.
Protected Constructors
Name | Description | |
---|---|---|
RegSvrSmoObject | Overloaded. Initializes a new instance of the RegSvrSmoObject object. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Name | Gets or sets the name of the object. | |
Properties | Gets the properties associated with the object. | |
State | Gets the state of the referenced object. (inherited from SmoObjectBase) | |
Urn | Gets the Urn object that represents the object. | |
UserData | Gets or sets user-defined data associated with the referenced object. (inherited from SmoObjectBase) |
Top
Protected Properties
Name | Description | |
---|---|---|
UrnSkeleton | Gets the Urn object that represents the object. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
Initialize | ||
ReferenceEquals | (inherited from Object ) | |
Refresh | ||
ToString | (inherited from Object ) | |
Validate | (inherited from SmoObjectBase ) |
Top
Protected Methods
Name | Description | |
---|---|---|
CheckObjectState | ||
Finalize | (inherited from Object ) | |
ImplInitialize | ||
IsObjectInitialized | ||
MemberwiseClone | (inherited from Object ) | |
SetParentImpl | ||
Trace | ||
UpdateObjectState |
Top
See Also