RestorePlan.RestoreOperations Property

Definition

Gets or sets the restore operations.

public System.Collections.Generic.List<Microsoft.SqlServer.Management.Smo.Restore> RestoreOperations { get; }
member this.RestoreOperations : System.Collections.Generic.List<Microsoft.SqlServer.Management.Smo.Restore>
Public ReadOnly Property RestoreOperations As List(Of Restore)

Property Value

The restore operations.

Applies to