Propriedade do RDL NextRestoreEventArgs.DevicesName

Gets or sets the name of the backup media.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
Public Property DevicesName As String 
    Get 
    Private Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The name of the backup media.

Consulte também

Referência

NextRestoreEventArgs Classe

Namespace Microsoft.SqlServer.Management.Smo