Policy.Key 생성자

정의

오버로드

Name 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

적용 대상