PolicyCategory コンストラクター

定義

オーバーロード

名前 説明
PolicyCategory()

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

PolicyCategory(PolicyStore, String)

PolicyCategory()

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

public PolicyCategory();
Public Sub New ()

適用対象

PolicyCategory(PolicyStore, String)

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

パラメーター

parent
PolicyStore
name
String

適用対象