PolicyCategory.Key Constructors

Definition

Overloads

PolicyCategory.Key()

Default constructor for generic key creation

PolicyCategory.Key(PolicyCategory+Key)

Constructors

PolicyCategory.Key(String)

PolicyCategory.Key()

Default constructor for generic key creation

public Key ();
Public Sub New ()

Applies to

PolicyCategory.Key(PolicyCategory+Key)

Constructors

public Key (Microsoft.SqlServer.Management.Dmf.PolicyCategory.Key other);
new Microsoft.SqlServer.Management.Dmf.PolicyCategory.Key : Microsoft.SqlServer.Management.Dmf.PolicyCategory.Key -> Microsoft.SqlServer.Management.Dmf.PolicyCategory.Key
Public Sub New (other As PolicyCategory.Key)

Parameters

Applies to

PolicyCategory.Key(String)

public Key (string name);
new Microsoft.SqlServer.Management.Dmf.PolicyCategory.Key : string -> Microsoft.SqlServer.Management.Dmf.PolicyCategory.Key
Public Sub New (name As String)

Parameters

name
String

Applies to