言語

Policy コンストラクター

定義

オーバーロード

名前 説明
Policy()

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

Policy(PolicyStore, String)

新しい Policy オブジェクトをインスタンス化します。

Policy()

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

public Policy();
Public Sub New ()

適用対象

Policy(PolicyStore, String)

新しい Policy オブジェクトをインスタンス化します。

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

パラメーター

parent
PolicyStore
name
String

適用対象