Action.Key Class

Definition

A key class for identification.

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

Constructors

Action.Key()

Default constructor for generic Key generation

Action.Key(Action+Key)

Constructors

Action.Key(Dictionary<String,Object>)

Initializes a new instance of the Action.Key class.

Action.Key(String)

Initializes a new instance of the Action.Key class.

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

Gets the name.

Methods

Equals(Object)

Equality and Hashing

Equals(Object, Object)

Equalses the specified obj1.

Equals(SfcKey)

Equalses the specified key.

GetHashCode()

Equality and Hashing

GetUrnFragment()

Conversions

ToString()

Each Key

(Inherited from SfcKey)

Operators

Equality(Action+Key, Action+Key)

Implements the operator ==.

Equality(Action+Key, Object)

Implements the operator ==.

Equality(Object, Action+Key)

Implements the operator ==.

Inequality(Action+Key, Action+Key)

Implements the operator !=.

Inequality(Action+Key, Object)

Implements the operator !=.

Inequality(Object, Action+Key)

Implements the operator !=.

Applies to