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