Policy.Key Constructors

Definition

Overloads

Policy.Key()

Default constructor for generic Key generation

Policy.Key(Policy+Key)

Constructors

Policy.Key(String)

Policy.Key()

Default constructor for generic Key generation

public Key ();
Public Sub New ()

Applies to

Policy.Key(Policy+Key)

Constructors

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

Parameters

other
Policy.Key

Applies to

Policy.Key(String)

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

Parameters

name
String

Applies to