ServerGroup::Key Class
Represents the property that is associated with the object that is used to uniquely identify the object.
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcKey
Microsoft.SqlServer.Management.RegisteredServers::ServerGroup::Key
| Name | Description | |
|---|---|---|
![]() | ServerGroup::Key() | Initializes a new instance of the ServerGroup::Key class. |
![]() | ServerGroup::Key(ServerGroup::Key^) | Initializes a new instance of the ServerGroup::Key class that is based on the referenced key object. |
![]() | ServerGroup::Key(String^) | Initializes a new instance of the ServerGroup::Key class that has the specified name. |
| Name | Description | |
|---|---|---|
![]() | InstanceType | Gets the type of the instance class associated with this key class.(Inherited from SfcKey.) |
![]() | Name | Gets a String value that specifies the name of the server group key. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified Object is equal to the server group represented by the ServerGroup::Key object.(Overrides SfcKey::Equals(Object^).) |
![]() ![]() | Equals(Object^, Object^) | Determines whether the two specified objects are the same. |
![]() | Equals(SfcKey^) | Determines whether the object identified by the specified T:Microsoft.SqlServer.Management.Sdk.Sfc.Key is equal to the server group represented by the ServerGroup::Key object.(Overrides SfcKey::Equals(SfcKey^).) |
![]() | GetHashCode() | Gets the hash code for the server group.(Overrides SfcKey::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUrnFragment() | Gets the partial unique resource name (URN) path string that represents the server group.(Overrides SfcKey::GetUrnFragment().) |
![]() | ToString() |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(ServerGroup::Key^, ServerGroup::Key^) | Determines whether the objects identified by two ServerGroup::Key objects are the same. |
![]() ![]() | Equality(ServerGroup::Key^, Object^) | Determines whether the object identified by a Object is the same as the object identified by a ServerGroup::Key. |
![]() ![]() | Equality(Object^, ServerGroup::Key^) | Determines whether the object identified by a Object is the same as the object identified by a ServerGroup::Key. |
![]() ![]() | Inequality(ServerGroup::Key^, ServerGroup::Key^) | Determines whether the objects identified by two ServerGroup::Key objects are different. |
![]() ![]() | Inequality(ServerGroup::Key^, Object^) | Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore::Key. |
![]() ![]() | Inequality(Object^, ServerGroup::Key^) | Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore::Key. |
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
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.



