Costruttore Volume.Key (Volume.Key)
Initializes a new instance of the Volume..::..Key class based on the specified key.
Spazio dei nomi Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
other As Volume..::..Key _
)
'Utilizzo
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
)
Parametri
- other
Tipo: Microsoft.SqlServer.Management.Utility. . :: . .Volume. . :: . .Key
A Volume..::..Key value that specifies the other key.
Vedere anche