PolicyExtender コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| PolicyExtender() |
既定の ctor |
| PolicyExtender(Policy) |
ctor. 集計対象の親 Policy オブジェクトを取得します |
| PolicyExtender(PolicyStore, String) |
ctor. 新しい Policy オブジェクトを作成し、そのオブジェクトに集計します。 |
PolicyExtender()
既定の ctor
public PolicyExtender();
Public Sub New ()
適用対象
PolicyExtender(Policy)
ctor. 集計対象の親 Policy オブジェクトを取得します
public PolicyExtender(Microsoft.SqlServer.Management.Dmf.Policy policy);
new Microsoft.SqlServer.Management.Dmf.PolicyExtender : Microsoft.SqlServer.Management.Dmf.Policy -> Microsoft.SqlServer.Management.Dmf.PolicyExtender
Public Sub New (policy As Policy)
パラメーター
- policy
- Policy
適用対象
PolicyExtender(PolicyStore, String)
ctor. 新しい Policy オブジェクトを作成し、そのオブジェクトに集計します。
public PolicyExtender(Microsoft.SqlServer.Management.Dmf.PolicyStore policyStore, string name);
new Microsoft.SqlServer.Management.Dmf.PolicyExtender : Microsoft.SqlServer.Management.Dmf.PolicyStore * string -> Microsoft.SqlServer.Management.Dmf.PolicyExtender
Public Sub New (policyStore As PolicyStore, name As String)
パラメーター
- policyStore
- PolicyStore
- name
- String