PredSourceInfo.Key Class

Definition

Internal used Key class

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

Constructors

Name Description
PredSourceInfo.Key()

Default constructor for generic Key generation

PredSourceInfo.Key(Dictionary<String,Object>)

Initializes a new instance of the PredSourceInfo.Key class.

PredSourceInfo.Key(PredSourceInfo+Key)

Constructors

PredSourceInfo.Key(String)

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

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

Applies to