ISqlDbMigrationStatusDetails.SqlDataCopyError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sql Data Copy errors, if any.
[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Sql Data Copy errors, if any.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="sqlDataCopyErrors")]
public string[] SqlDataCopyError { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Sql Data Copy errors, if any.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="sqlDataCopyErrors")>]
member this.SqlDataCopyError : string[]
Public ReadOnly Property SqlDataCopyError As String()
Property Value
String[]
- Attributes