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 PolicyStore class.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
connection As SfcConnection _
)
'Usage
Dim connection As SfcConnection
Dim instance As New PolicyStore(connection)
public PolicyStore(
SfcConnection connection
)
public:
PolicyStore(
SfcConnection^ connection
)
new :
connection:SfcConnection -> PolicyStore
public function PolicyStore(
connection : SfcConnection
)
Parameters
- connection
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnection
A SfcConnection object.