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