MapInfo.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.
A key class for identification.
public sealed class MapInfo.Key : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
type MapInfo.Key = class
inherit SfcKey
Public NotInheritable Class MapInfo.Key
Inherits SfcKey
- Inheritance
Constructors
MapInfo.Key() |
Default constructor for generic Key generation |
MapInfo.Key(Dictionary<String,Object>) |
Initializes a new instance of the MapInfo.Key class. |
MapInfo.Key(MapInfo+Key) |
Constructors |
MapInfo.Key(String) |
Initializes a new instance of the MapInfo.Key class. |
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 |
Gets the name. |
Methods
Equals(Object) |
Equality and Hashing |
Equals(Object, Object) |
Equalses the specified obj1. |
Equals(SfcKey) |
Equalses the specified key. |
GetHashCode() |
Equality and Hashing |
GetUrnFragment() |
Conversions |
ToString() |
Each Key (Inherited from SfcKey) |
Operators
Equality(MapInfo+Key, MapInfo+Key) |
Implements the operator ==. |
Equality(MapInfo+Key, Object) |
Implements the operator ==. |
Equality(Object, MapInfo+Key) |
Implements the operator ==. |
Inequality(MapInfo+Key, MapInfo+Key) |
Implements the operator !=. |
Inequality(MapInfo+Key, Object) |
Implements the operator !=. |
Inequality(Object, MapInfo+Key) |
Implements the operator !=. |