言語

Condition コンストラクター

定義

オーバーロード

名前 説明
Condition()

逆シリアル化に使用される既定のコンストラクター。 VSTS 55852。

Condition(PolicyStore, String)

Condition()

逆シリアル化に使用される既定のコンストラクター。 VSTS 55852。

public Condition();
Public Sub New ()

適用対象

Condition(PolicyStore, String)

public Condition(Microsoft.SqlServer.Management.Dmf.PolicyStore parent, string name);
new Microsoft.SqlServer.Management.Dmf.Condition : Microsoft.SqlServer.Management.Dmf.PolicyStore * string -> Microsoft.SqlServer.Management.Dmf.Condition
Public Sub New (parent As PolicyStore, name As String)

パラメーター

parent
PolicyStore
name
String

適用対象