Volume.Key Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)