RegisteredServer.Key Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class RegisteredServer.Key : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
type RegisteredServer.Key = class
inherit SfcKey
Public NotInheritable Class RegisteredServer.Key
Inherits SfcKey
- Inheritance
Constructors
RegisteredServer.Key() |
Default constructor for generic Key generation |
RegisteredServer.Key(RegisteredServer+Key) |
Constructors |
RegisteredServer.Key(String) |
Properties
InstanceType |
The Type of the instance class associated with this key class. Default impl is the way a nested key class would do it for compatiblity with existing models using that technique. This should be overriden in any key class which is not a nested class of the instance type. (Inherited from SfcKey) |
Name |
Methods
Equals(Object, Object) | |
Equals(Object) |
Equality and Hashing |
Equals(SfcKey) | |
GetHashCode() |
Equality and Hashing |
GetUrnFragment() |
Conversions |
ToString() |
Each Key (Inherited from SfcKey) |