CollectorConfigStore.Key Class

Definition

public class CollectorConfigStore.Key : Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
type CollectorConfigStore.Key = class
    inherit DomainRootKey
Public Class CollectorConfigStore.Key
Inherits DomainRootKey
Inheritance
CollectorConfigStore.Key

Constructors

CollectorConfigStore.Key()

Default constructor for generic Key generation. Caller has to remember to set Root.

Fields

name

Properties

Domain (Inherited from DomainRootKey)
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

Name is the key property for a collection set

Methods

Equals(Object)
Equals(Object, Object)
Equals(SfcKey)
GetHashCode()
GetUrnFragment()
ToString()

Each Key

(Inherited from SfcKey)

Operators

Equality(CollectorConfigStore+Key, CollectorConfigStore+Key)
Equality(CollectorConfigStore+Key, Object)

Both sides are equal if they both null, or Both are not null AND lhs is a Key AND the keys are equal

Equality(Object, CollectorConfigStore+Key)

Both sides are equal if they both null, or Both are not null AND rhs is a Key AND the keys are equal

Inequality(CollectorConfigStore+Key, CollectorConfigStore+Key)
Inequality(CollectorConfigStore+Key, Object)
Inequality(Object, CollectorConfigStore+Key)

Applies to