NextRestoreEventArgs.BackupSetDescription Property

Gets or sets the backup set description.

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

Syntax

'Declaration
Public Property BackupSetDescription As String 
    Get 
    Private Set
'Usage
Dim instance As NextRestoreEventArgs 
Dim value As String 

value = instance.BackupSetDescription
public string BackupSetDescription { get; private set; }
public:
property String^ BackupSetDescription {
    String^ get ();
    private: void set (String^ value);
}
member BackupSetDescription : string with get, private set
function get BackupSetDescription () : String 
private function set BackupSetDescription (value : String)

Property Value

Type: System.String
The backup set description.

See Also

Reference

NextRestoreEventArgs Class

Microsoft.SqlServer.Management.Smo Namespace