Volume.Key 생성자 (Volume.Key)
Initializes a new instance of the Volume.Key class based on the specified key.
네임스페이스: Microsoft.SqlServer.Management.Utility
어셈블리: Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)
구문
‘선언
Public Sub New ( _
other As Volume.Key _
)
‘사용 방법
Dim other As Volume.Key
Dim instance As New Volume.Key(other)
public Key(
Volume.Key other
)
public:
Key(
Volume.Key^ other
)
new :
other:Volume.Key -> Key
public function Volume.Key(
other : Volume.Key
)
매개 변수
- other
유형: Microsoft.SqlServer.Management.Utility.Volume.Key
A Volume.Key value that specifies the other key.