다음을 통해 공유


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
)