Construtor PolicyStore (SfcConnection)
Initializes a new instance of the PolicyStore class.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Sub New ( _
connection As SfcConnection _
)
'Uso
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
)
Parâmetros
- connection
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnection
A SfcConnection object.