Condividi tramite


Proprietà RestorePlan.RestoreOperations

Gets or sets the restore operations.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property RestoreOperations As List(Of Restore)
    Get
'Utilizzo
Dim instance As RestorePlan 
Dim value As List(Of Restore)

value = instance.RestoreOperations
public List<Restore> RestoreOperations { get; }
public:
property List<Restore^>^ RestoreOperations {
    List<Restore^>^ get ();
}
member RestoreOperations : List<Restore>
function get RestoreOperations () : List<Restore>

Valore proprietà

Tipo: System.Collections.Generic.List<Restore>
The restore operations.

Vedere anche

Riferimento

RestorePlan Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo