Bagikan melalui


RestorePlan.RestoreOperations Property

Gets or sets the restore operations.

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

Syntax

'Declaration
Public ReadOnly Property RestoreOperations As List(Of Restore)
    Get
'Usage
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.

See Also

Reference

RestorePlan Class

Microsoft.SqlServer.Management.Smo Namespace