NextRestoreEventArgs-Klasse

Represents the next restore event arguments.

Vererbungshierarchie

System.Object
  System.EventArgs
    Microsoft.SqlServer.Management.Smo.NextRestoreEventArgs

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

Syntax

'Declaration
Public NotInheritable Class NextRestoreEventArgs _
    Inherits EventArgs
'Usage
Dim instance As NextRestoreEventArgs
public sealed class NextRestoreEventArgs : EventArgs
public ref class NextRestoreEventArgs sealed : public EventArgs
[<SealedAttribute>]
type NextRestoreEventArgs =  
    class 
        inherit EventArgs 
    end
public final class NextRestoreEventArgs extends EventArgs

Der NextRestoreEventArgs-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode NextRestoreEventArgs Initializes a new instance of the NextRestoreEventArgs class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft BackupSetDescription Gets or sets the backup set description.
Öffentliche Eigenschaft BackupSetName Gets or sets the name of the backup set.
Öffentliche Eigenschaft Continue Gets or sets a value indicating whether to continue next Restore Operation.
Öffentliche Eigenschaft Count Gets or sets the count of the next restore event.
Öffentliche Eigenschaft DevicesName Gets or sets the name of the backup media.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace