言語

PolicyExtender コンストラクター

定義

オーバーロード

名前 説明
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

適用対象