TargetSet.Key Class

Definition

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

Constructors

TargetSet.Key()

Default constructor for generic key creation

TargetSet.Key(String)
TargetSet.Key(TargetSet+Key)

Constructors

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)
targetTypeSkeleton

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

Applies to