Volume.Key Constructors

Definition

Initializes a new instance of the Volume.Key class.

Overloads

Volume.Key()

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

Volume.Key(Volume+Key)

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

Volume.Key(String)

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

Volume.Key()

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

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

Applies to

Volume.Key(Volume+Key)

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

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

Parameters

other
Volume.Key

A Volume.Key value that specifies the other key.

Applies to

Volume.Key(String)

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

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

Parameters

name
String

A String value that specifies the name of the key.

Applies to