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.