Volume.Key 생성자

정의

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

오버로드

Volume.Key()

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

Volume.Key(Volume+Key)

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

Volume.Key(String)

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

Volume.Key()

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

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

적용 대상

Volume.Key(Volume+Key)

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

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

매개 변수

other
Volume.Key

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

적용 대상

Volume.Key(String)

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

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

매개 변수

name
String

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

적용 대상