RemoteDataArchiveMigrationStatusReport Class

 

Represents the status report of the migration in remote data archive.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

System::Object
  Microsoft.SqlServer.Management.Smo::RemoteDataArchiveMigrationStatusReport

public ref class RemoteDataArchiveMigrationStatusReport 

NameDescription
System_CAPS_pubpropertyDatabaseName

Gets the name of the database for the current instance.

System_CAPS_pubpropertyDetails

Gets or sets the details for the remote data archive migration status report.

System_CAPS_pubpropertyErrorNumber

Gets or sets the error number to be thrown.

System_CAPS_pubpropertyErrorSeverity

Gets the value for error severity.

System_CAPS_pubpropertyErrorState

Gets the error state of the instance.

System_CAPS_pubpropertyMigratedRows

Gets or sets the migrated rows.

System_CAPS_pubpropertyStatusReportEndTimeInUtc

Gets or sets the date and time for the status report end time in UTC.

System_CAPS_pubpropertyStatusReportStartTimeInUtc

Gets or sets the date and time for the status report start time in UTC.

System_CAPS_pubpropertyTableName

Gets the table name.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: