RemoteDataArchiveMigrationStatusReport Class
Represents the status report of the migration in remote data archive.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Name | Description | |
|---|---|---|
![]() | DatabaseName | Gets the name of the database for the current instance. |
![]() | Details | Gets or sets the details for the remote data archive migration status report. |
![]() | ErrorNumber | Gets or sets the error number to be thrown. |
![]() | ErrorSeverity | Gets the value for error severity. |
![]() | ErrorState | Gets the error state of the instance. |
![]() | MigratedRows | Gets or sets the migrated rows. |
![]() | StatusReportEndTimeInUtc | Gets or sets the date and time for the status report end time in UTC. |
![]() | StatusReportStartTimeInUtc | Gets or sets the date and time for the status report start time in UTC. |
![]() | TableName | Gets the table name. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


