PolicyStore Constructor (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
)

Parameters

See Also

Reference

PolicyStore Class

PolicyStore Overload

Microsoft.SqlServer.Management.Dmf Namespace