Share via


ConditionExtender Constructor (PolicyStore, String)

Initializes a new instance of the ConditionExtender class that has the specified policy store and name.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Sub New ( _
    policyStore As PolicyStore, _
    name As String _
)
'Usage
Dim policyStore As PolicyStore 
Dim name As String 

Dim instance As New ConditionExtender(policyStore, _
    name)
public ConditionExtender(
    PolicyStore policyStore,
    string name
)
public:
ConditionExtender(
    PolicyStore^ policyStore, 
    String^ name
)
new : 
        policyStore:PolicyStore * 
        name:string -> ConditionExtender
public function ConditionExtender(
    policyStore : PolicyStore, 
    name : String
)

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

ConditionExtender Class

ConditionExtender Overload

Microsoft.SqlServer.Management.Dmf Namespace