SchemaComparisonValidationResultType interface
Description about the errors happen while performing migration validation
Properties
object |
Name of the object that has the difference |
object |
Type of the object that has the difference. e.g (Table/View/StoredProcedure) |
update |
Update action type with respect to target |
Property Details
objectName
Name of the object that has the difference
objectName?: string
Property Value
string
objectType
Type of the object that has the difference. e.g (Table/View/StoredProcedure)
objectType?: string
Property Value
string
updateAction
Update action type with respect to target
updateAction?: string
Property Value
string
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript