TargetSetLevel.Key Class

Definition

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

Constructors

Name Description
TargetSetLevel.Key()

Default constructor for generic key creation

TargetSetLevel.Key(String)
TargetSetLevel.Key(TargetSetLevel+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)
targetTypeSkeleton

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, TargetSetLevel+Key)
Equality(TargetSetLevel+Key, Object)
Equality(TargetSetLevel+Key, TargetSetLevel+Key)
Inequality(Object, TargetSetLevel+Key)
Inequality(TargetSetLevel+Key, Object)
Inequality(TargetSetLevel+Key, TargetSetLevel+Key)

Applies to