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 | |
---|---|---|
RegSvrSmoObject() | Initializes a new instance of the RegSvrSmoObject object. | |
RegSvrSmoObject(RegSvrCollectionBase, String) |
Top
Methods
Name | Description | |
---|---|---|
CheckObjectState() | ||
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
ImplInitialize(array<String[], array<OrderBy[]) | ||
Initialize() | ||
IsObjectInitialized() | ||
MemberwiseClone() | (Inherited from Object.) | |
Refresh() | ||
SetParentImpl(RegSvrSmoObject) | ||
ToString() | (Inherited from Object.) | |
Trace(String) | ||
UpdateObjectState() | ||
Validate(String, array<Object[]) | (Inherited from SmoObjectBase.) |
Top
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. | |
UrnSkeleton | Gets the Urn object that represents the object. | |
UserData | Gets or sets user-defined data associated with the referenced object. (Inherited from SmoObjectBase.) |
Top