Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.