RestorePlan.RestoreOperations Property
Gets or sets the restore operations.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Bildirim
Public ReadOnly Property RestoreOperations As List(Of Restore)
Get
'Kullanım
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>
Property Value
Type: System.Collections.Generic.List<Restore>
The restore operations.