ObjectSet.Key Class

Definition

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

Constructors

ObjectSet.Key()

Default constructor for generic Key generation

ObjectSet.Key(ObjectSet+Key)

Constructors

ObjectSet.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)

Equality and Hashing

Equals(Object, Object)
Equals(SfcKey)
GetHashCode()

Equality and Hashing

GetUrnFragment()

Conversions

ToString()

Each Key

(Inherited from SfcKey)

Operators

Equality(Object, ObjectSet+Key)
Equality(ObjectSet+Key, Object)
Equality(ObjectSet+Key, ObjectSet+Key)
Inequality(Object, ObjectSet+Key)
Inequality(ObjectSet+Key, Object)
Inequality(ObjectSet+Key, ObjectSet+Key)

Applies to