PolicyStore 构造函数 (SfcConnection)

Initializes a new instance of the PolicyStore class.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public Sub New ( _
    connection As SfcConnection _
)
用法
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
)