PolicyExtender 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
PolicyExtender() |
default ctor |
PolicyExtender(Policy) |
ctor. Takes parent Policy object to aggregate on |
PolicyExtender(PolicyStore, String) |
ctor. Create a new Policy object and aggregates on it. |
PolicyExtender()
default ctor
public PolicyExtender ();
Public Sub New ()
Applies to
PolicyExtender(Policy)
ctor. Takes parent Policy object to aggregate on
public PolicyExtender (Microsoft.SqlServer.Management.Dmf.Policy policy);
new Microsoft.SqlServer.Management.Dmf.PolicyExtender : Microsoft.SqlServer.Management.Dmf.Policy -> Microsoft.SqlServer.Management.Dmf.PolicyExtender
Public Sub New (policy As Policy)
Parameters
- policy
- Policy
Applies to
PolicyExtender(PolicyStore, String)
ctor. Create a new Policy object and aggregates on it.
public PolicyExtender (Microsoft.SqlServer.Management.Dmf.PolicyStore policyStore, string name);
new Microsoft.SqlServer.Management.Dmf.PolicyExtender : Microsoft.SqlServer.Management.Dmf.PolicyStore * string -> Microsoft.SqlServer.Management.Dmf.PolicyExtender
Public Sub New (policyStore As PolicyStore, name As String)
Parameters
- policyStore
- PolicyStore
- name
- String