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>
參數
- oldScript
型別:Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
舊的片段。
- newScript
型別:Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
新的片段。
傳回值
型別:System.Collections.Generic.IList<SqlScriptComparisonResult>
兩個片段之間差異的清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。