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
- policyStore
Tipo: Microsoft.SqlServer.Management.Dmf.PolicyStore
A PolicyStore object.
- name
Tipo: System.String
A string value that specifies the name of the policy extender.