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