Volume.Key Constructor (Volume.Key)

Initializes a new instance of the Volume.Key class based on the specified key.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Syntax

'Declaration
Public Sub New ( _
    other As Volume.Key _
)
'Usage
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
)

Parameters

See Also

Reference

Volume.Key Class

Volume.Key Overload

Microsoft.SqlServer.Management.Utility Namespace