EventColumnInfo.Key Class

Definition

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

Constructors

EventColumnInfo.Key()

Default constructor for generic Key generation

EventColumnInfo.Key(Dictionary<String,Object>)

Initializes a new instance of the EventColumnInfo.Key class.

EventColumnInfo.Key(EventColumnInfo+Key)

Constructors

EventColumnInfo.Key(String)

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

Applies to