PolicyCategory.Key コンストラクター

定義

オーバーロード

名前 説明
PolicyCategory.Key()

ジェネリック キー作成の既定のコンストラクター

PolicyCategory.Key(PolicyCategory+Key)

Constructors

PolicyCategory.Key(String)

PolicyCategory.Key()

ジェネリック キー作成の既定のコンストラクター

public Key();
Public Sub New ()

適用対象

PolicyCategory.Key(PolicyCategory+Key)

Constructors

public Key(Microsoft.SqlServer.Management.Dmf.PolicyCategory.Key other);
new Microsoft.SqlServer.Management.Dmf.PolicyCategory.Key : Microsoft.SqlServer.Management.Dmf.PolicyCategory.Key -> Microsoft.SqlServer.Management.Dmf.PolicyCategory.Key
Public Sub New (other As PolicyCategory.Key)

パラメーター

適用対象

PolicyCategory.Key(String)

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

パラメーター

name
String

適用対象