Partager via


Propriété NextRestoreEventArgs.Count

Gets or sets the count of the next restore event.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property Count As Integer 
    Get 
    Private Set
'Utilisation
Dim instance As NextRestoreEventArgs 
Dim value As Integer 

value = instance.Count
public int Count { get; private set; }
public:
property int Count {
    int get ();
    private: void set (int value);
}
member Count : int with get, private set
function get Count () : int 
private function set Count (value : int)

Valeur de propriété

Type : System.Int32
The count of the next restore event.

Voir aussi

Référence

NextRestoreEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Smo