Policy.Key Class

Definition

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

Constructors

Name Description
Policy.Key()

Default constructor for generic Key generation

Policy.Key(Policy+Key)

Constructors

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

Applies to