Computer.Key 构造函数

定义

初始化 Computer.Key 类的新实例。

重载

Computer.Key()

初始化具有指定名称的 Computer.Key 类的新实例。

Computer.Key(Computer+Key)

基于指定的键初始化 Computer.Key 类的新实例。

Computer.Key(String)

初始化具有指定名称的 Computer.Key 类的新实例。

注解

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

Computer.Key()

初始化具有指定名称的 Computer.Key 类的新实例。

public:
 Key();
public Key ();
Public Sub New ()

适用于

Computer.Key(Computer+Key)

基于指定的键初始化 Computer.Key 类的新实例。

public:
 Key(Microsoft::SqlServer::Management::Utility::Computer::Key ^ other);
public Key (Microsoft.SqlServer.Management.Utility.Computer.Key other);
new Microsoft.SqlServer.Management.Utility.Computer.Key : Microsoft.SqlServer.Management.Utility.Computer.Key -> Microsoft.SqlServer.Management.Utility.Computer.Key
Public Sub New (other As Computer.Key)

参数

other
Computer.Key

一个指定另一个键的 Computer.Key 值。

适用于

Computer.Key(String)

初始化具有指定名称的 Computer.Key 类的新实例。

public:
 Key(System::String ^ name);
public Key (string name);
new Microsoft.SqlServer.Management.Utility.Computer.Key : string -> Microsoft.SqlServer.Management.Utility.Computer.Key
Public Sub New (name As String)

参数

name
String

一个指定键名称的 String 值。

适用于