共用方式為


SqlScriptComparer.GetDifferences 方法 (TSqlFragment, TSqlFragment)

建立兩個片段之間差異的清單。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
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>

參數

傳回值

型別:System.Collections.Generic.IList<SqlScriptComparisonResult>
兩個片段之間差異的清單。

.NET Framework 安全性

請參閱

參考

SqlScriptComparer 類別

GetDifferences 多載

Microsoft.Data.Schema.ScriptDom.Sql 命名空間