PolicyCategory.Key 建構函式

定義

多載

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

適用於