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.