SmoObjectBase Class
The SmoObjectBase is a base class that is inherited by the SqlSmoObject class.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Microsoft.SqlServer.Management.Smo::SmoObjectBase
Microsoft.SqlServer.Management.Smo.RegisteredServers::RegSvrSmoObject
Microsoft.SqlServer.Management.Smo::SqlSmoObject
Microsoft.SqlServer.Management.Smo.Wmi::WmiSmoObject
Name | Description | |
---|---|---|
![]() | SmoObjectBase() | Initializes a new instance of the SmoObjectBase class. |
Name | Description | |
---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(String^, array<Object^>^) | Validates the state of an object. |
The SqlSmoObject is used extensively throughout the SMO programming model. It represents a generic SMO instance object.
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.