NextRestoreEventArgs.DevicesName Property
Gets or sets the name of the backup media.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property DevicesName As String
Get
Private Set
'Usage
Dim instance As NextRestoreEventArgs
Dim value As String
value = instance.DevicesName
public string DevicesName { get; private set; }
public:
property String^ DevicesName {
String^ get ();
private: void set (String^ value);
}
member DevicesName : string with get, private set
function get DevicesName () : String
private function set DevicesName (value : String)
Property Value
Type: System.String
The name of the backup media.