共用方式為


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
)