RestorePlan.RestoreOperations 属性

Gets or sets the restore operations.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)

语法

声明
Public ReadOnly Property RestoreOperations As List(Of Restore)
    Get
用法
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>

属性值

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

请参阅

参考

RestorePlan 类

Microsoft.SqlServer.Management.Smo 命名空间