Método SqlScriptComparer.GetDifferences (TSqlFragment, TSqlFragment)
Cria uma lista das diferenças entre os dois fragmentos.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Public Function GetDifferences ( _
oldScript As TSqlFragment, _
newScript As TSqlFragment _
) As IList(Of SqlScriptComparisonResult)
public IList<SqlScriptComparisonResult> GetDifferences(
TSqlFragment oldScript,
TSqlFragment newScript
)
public:
IList<SqlScriptComparisonResult^>^ GetDifferences(
TSqlFragment^ oldScript,
TSqlFragment^ newScript
)
member GetDifferences :
oldScript:TSqlFragment *
newScript:TSqlFragment -> IList<SqlScriptComparisonResult>
public function GetDifferences(
oldScript : TSqlFragment,
newScript : TSqlFragment
) : IList<SqlScriptComparisonResult>
Parâmetros
- oldScript
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
O fragmento antigo.
- newScript
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
O fragmento de novo.
Valor de retorno
Tipo: System.Collections.Generic.IList<SqlScriptComparisonResult>
A lista das diferenças entre os dois fragmentos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.