Computer.Key 생성자

정의

Computer.Key 클래스의 새 인스턴스를 초기화합니다.

오버로드

Computer.Key()

지정한 이름을 가진 Computer.Key 클래스의 새 인스턴스를 초기화합니다.

Computer.Key(Computer+Key)

지정한 키를 기준으로 Computer.Key 클래스의 새 인스턴스를 초기화합니다.

Computer.Key(String)

지정한 이름을 가진 Computer.Key 클래스의 새 인스턴스를 초기화합니다.

설명

이 네임스페이스, 클래스 또는 구성원은 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

Computer.Key()

지정한 이름을 가진 Computer.Key 클래스의 새 인스턴스를 초기화합니다.

public:
 Key();
public Key ();
Public Sub New ()

적용 대상

Computer.Key(Computer+Key)

지정한 키를 기준으로 Computer.Key 클래스의 새 인스턴스를 초기화합니다.

public:
 Key(Microsoft::SqlServer::Management::Utility::Computer::Key ^ other);
public Key (Microsoft.SqlServer.Management.Utility.Computer.Key other);
new Microsoft.SqlServer.Management.Utility.Computer.Key : Microsoft.SqlServer.Management.Utility.Computer.Key -> Microsoft.SqlServer.Management.Utility.Computer.Key
Public Sub New (other As Computer.Key)

매개 변수

other
Computer.Key

다른 키를 지정하는 Computer.Key 값입니다.

적용 대상

Computer.Key(String)

지정한 이름을 가진 Computer.Key 클래스의 새 인스턴스를 초기화합니다.

public:
 Key(System::String ^ name);
public Key (string name);
new Microsoft.SqlServer.Management.Utility.Computer.Key : string -> Microsoft.SqlServer.Management.Utility.Computer.Key
Public Sub New (name As String)

매개 변수

name
String

키의 이름을 지정하는 String 값입니다.

적용 대상