Computer.Key Constructors

Definition

Initializes a new instance of the Computer.Key class.

Overloads

Computer.Key()

Initializes a new instance of the Computer.Key class that has the specified name.

Computer.Key(Computer+Key)

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

Computer.Key(String)

Initializes a new instance of the Computer.Key class that has the specified name.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Computer.Key()

Initializes a new instance of the Computer.Key class that has the specified name.

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

Applies to

Computer.Key(Computer+Key)

Initializes a new instance of the Computer.Key class based on the specified 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)

Parameters

other
Computer.Key

A Computer.Key value that specifies the other key.

Applies to

Computer.Key(String)

Initializes a new instance of the Computer.Key class that has the specified name.

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)

Parameters

name
String

A String value that specifies the name of the key.

Applies to