Policy.Key 建構函式

定義

多載

名稱 Description
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

適用於