PolicyCategory 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() |
Default constructor used for deserialization. VSTS 55852. |
PolicyCategory(PolicyStore, String) |
PolicyCategory()
Default constructor used for deserialization. VSTS 55852.
public PolicyCategory ();
Public Sub New ()
Applies to
PolicyCategory(PolicyStore, String)
public PolicyCategory (Microsoft.SqlServer.Management.Dmf.PolicyStore parent, string name);
new Microsoft.SqlServer.Management.Dmf.PolicyCategory : Microsoft.SqlServer.Management.Dmf.PolicyStore * string -> Microsoft.SqlServer.Management.Dmf.PolicyCategory
Public Sub New (parent As PolicyStore, name As String)
Parameters
- parent
- PolicyStore
- name
- String