Share via


NextRestoreEventArgs.Count Property

Gets or sets the count of the next restore event.

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

Syntax

'Declaration
Public Property Count As Integer 
    Get 
    Private Set
'Usage
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)

Property Value

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

See Also

Reference

NextRestoreEventArgs Class

Microsoft.SqlServer.Management.Smo Namespace