Policy.Key コンストラクター

定義

オーバーロード

名前 説明
Policy.Key()

汎用キー生成の既定のコンストラクター

Policy.Key(Policy+Key)

Constructors

Policy.Key(String)

Policy.Key()

汎用キー生成の既定のコンストラクター

public Key();
Public Sub New ()

適用対象

Policy.Key(Policy+Key)

Constructors

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

パラメーター

other
Policy.Key

適用対象

Policy.Key(String)

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

パラメーター

name
String

適用対象