Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- policyStore
Type: Microsoft.SqlServer.Management.Dmf.PolicyStore
A PolicyStore object.
- name
Type: System.String
A string value that specifies the name of the policy extender.