TargetField.Key Class

Definition

A key class for identification.

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

Constructors

Name Description
TargetField.Key()

Default constructor for generic Key generation

TargetField.Key(Dictionary<String,Object>)

Initializes a new instance of the TargetField.Key class.

TargetField.Key(String)

Initializes a new instance of the TargetField.Key class.

TargetField.Key(TargetField+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

Gets the name.

Methods

Name Description
Equals(Object, Object)

Equalses the specified obj1.

Equals(Object)

Equality and Hashing

Equals(SfcKey)

Equalses the specified key.

GetHashCode()

Equality and Hashing

GetUrnFragment()

Conversions

ToString()

Each Key

(Inherited from SfcKey)

Operators

Name Description
Equality(Object, TargetField+Key)

Implements the operator ==.

Equality(TargetField+Key, Object)

Implements the operator ==.

Equality(TargetField+Key, TargetField+Key)

Implements the operator ==.

Inequality(Object, TargetField+Key)

Implements the operator !=.

Inequality(TargetField+Key, Object)

Implements the operator !=.

Inequality(TargetField+Key, TargetField+Key)

Implements the operator !=.

Applies to