Конструктор Computer.Key (Computer.Key)
Initializes a new instance of the Computer.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 Computer.Key _
)
'Применение
Dim other As Computer.Key
Dim instance As New Computer.Key(other)
public Key(
Computer.Key other
)
public:
Key(
Computer.Key^ other
)
new :
other:Computer.Key -> Key
public function Computer.Key(
other : Computer.Key
)
Параметры
- other
Тип: Microsoft.SqlServer.Management.Utility.Computer.Key
A Computer.Key value that specifies the other key.