IdKey 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.
Represents a class that is used to identify the object which has “Id” property as the key.
public ref class IdKey abstract : Microsoft::SqlServer::Management::Sdk::Sfc::SfcKey
public abstract class IdKey : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
type IdKey = class
inherit SfcKey
Public MustInherit Class IdKey
Inherits SfcKey
- Inheritance
- Derived
Constructors
IdKey() |
Initializes a new instance of the IdKey class. |
IdKey(IdKey) |
Initializes a new instance of the IdKey class with the specified other identifier key. |
IdKey(Int64) |
Initializes a new instance of the IdKey class with the specified identifier. |
Fields
keyId |
Specifies the key identifier. |
Properties
Id |
Gets the identifier of the key. |
InstanceType |
Gets the type of the instance class associated with this key class. (Inherited from SfcKey) |
Methods
Equals(Object, Object) |
Indicates whether the specified objects are considered equal. |
Equals(Object) |
Indicates whether the specified object is equal to the current IdKey object. |
Equals(SfcKey) |
Indicates whether the current key is the same as the specified key. |
GetHashCode() |
Retrieves the hash code. |
GetUrnFragment() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the unique resource name (URN) path partial string that represents the object identified by the current SfcKey.. (Inherited from SfcKey) |
ToString() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Inherited from SfcKey) |
Operators
Equality(IdKey, IdKey) |
Indicates whether the key objects have the same value using the specified operands. |
Equality(IdKey, Object) |
Indicates whether the specified object and the left-hand side of the key are equal. |
Equality(Object, IdKey) |
Indicates whether the specified object and the right-hand side of the key are equal. |
Inequality(IdKey, IdKey) |
Indicates whether the two specified key objects have different values using the specified operands. |
Inequality(IdKey, Object) |
Indicates whether the specified object and the left-hand side of the key are unequal. |
Inequality(Object, IdKey) |
Indicates whether the specified object and the right-hand side of the key are unequal. |