PolicyStore コンストラクター

PolicyStore クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Sub New
'使用
Dim instance As New PolicyStore()
public PolicyStore()
public:
PolicyStore()
new : unit -> PolicyStore
public function PolicyStore()

説明

既定のコンストラクターは、すべてのフィールドを既定値に初期化します。

使用例

VC#

PolicyStore policyStore;
policyStore = new PolicyStore();

VB

Dim policyStore As PolicyStore 
policyStore = New PolicyStore()

PowerShell

$PolicyStore = New-Object Microsoft.SqlServer.Management.Dmf.PolicyStore()

関連項目

参照

PolicyStore クラス

PolicyStore オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間