共用方式為


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 命名空間