TypeInfo.Key Class

Definition

Internal used Key class

public sealed class TypeInfo.Key : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
type TypeInfo.Key = class
    inherit SfcKey
Public NotInheritable Class TypeInfo.Key
Inherits SfcKey
Inheritance
TypeInfo.Key

Constructors

Name Description
TypeInfo.Key()

Default constructor for generic Key generation

TypeInfo.Key(Dictionary<String,Object>)

Initializes a new instance of the TypeInfo.Key class.

TypeInfo.Key(String)
TypeInfo.Key(TypeInfo+Key)

Constructors

Properties

Name Description
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

Name Description
Equals(Object, Object)
Equals(Object)

Equality and Hashing

Equals(SfcKey)
GetHashCode()

Equality and Hashing

GetUrnFragment()

Conversions

ToString()

Each Key

(Inherited from SfcKey)

Operators

Name Description
Equality(Object, TypeInfo+Key)
Equality(TypeInfo+Key, Object)
Equality(TypeInfo+Key, TypeInfo+Key)
Inequality(Object, TypeInfo+Key)
Inequality(TypeInfo+Key, Object)
Inequality(TypeInfo+Key, TypeInfo+Key)

Applies to