PolicyCategory.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
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
- other
- PolicyCategory.Key
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