TargetInfo.Key Class

Definition

Internal used Key class

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

Constructors

TargetInfo.Key()

Default constructor for generic Key generation

TargetInfo.Key(Dictionary<String,Object>)

Initializes a new instance of the TargetInfo.Key class.

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

Applies to