PolicyStore-Konstruktor (SfcConnection)
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
)
Parameter
- connection
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcConnection
A SfcConnection object.
Siehe auch