Partilhar via


Construtor PolicyExtender (PolicyStore, String)

Initializes a new instance of the PolicyExtender class.

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

Sintaxe

'Declaração
Public Sub New ( _
    policyStore As PolicyStore, _
    name As String _
)
'Uso
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
)

Parâmetros