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