Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the count of the next restore event.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public Property Count As Integer
Get
Private Set
'Uso
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)
Valor de la propiedad
Tipo: System.Int32
The count of the next restore event.