Partilhar via


Propriedade do RDL RestorePlan.RestoreOperations

Gets or sets the restore operations.

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

Sintaxe

'Declaração
Public ReadOnly Property RestoreOperations As List(Of Restore)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

RestorePlan Classe

Namespace Microsoft.SqlServer.Management.Smo