Policy.Key Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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