다음을 통해 공유


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 네임스페이스