Udostępnij za pośrednictwem


NonSqlDataMigrationTableResult.ResultCode Property

Definition

Gets result code of the data migration Possible values include: 'Initial', 'Completed', 'ObjectNotExistsInSource', 'ObjectNotExistsInTarget', 'TargetObjectIsInaccessible', 'FatalError'

[Newtonsoft.Json.JsonProperty(PropertyName="resultCode")]
public string ResultCode { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resultCode")>]
member this.ResultCode : string
Public ReadOnly Property ResultCode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to