PolicyStore.Key Class

Definition

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

Constructors

PolicyStore.Key()

Default constructor for generic Key generation

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)

Methods

Equals(Object)

Equality and Hashing

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

Conversions

ToString()

Each Key

(Inherited from SfcKey)

Operators

Equality(Object, PolicyStore+Key)
Equality(PolicyStore+Key, Object)
Equality(PolicyStore+Key, PolicyStore+Key)
Inequality(Object, PolicyStore+Key)
Inequality(PolicyStore+Key, Object)
Inequality(PolicyStore+Key, PolicyStore+Key)

Applies to