مشاركة عبر


PolicyExtender Constructor (PolicyStore, String)

Initializes a new instance of the PolicyExtender class.

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 PolicyExtender(policyStore, _
    name)
public PolicyExtender(
    PolicyStore policyStore,
    string name
)
public:
PolicyExtender(
    PolicyStore^ policyStore, 
    String^ name
)
new : 
        policyStore:PolicyStore * 
        name:string -> PolicyExtender
public function PolicyExtender(
    policyStore : PolicyStore, 
    name : String
)

Parameters

  • name
    Type: System.String
    A string value that specifies the name of the policy extender.

See Also

Reference

PolicyExtender Class

PolicyExtender Overload

Microsoft.SqlServer.Management.Dmf Namespace