共用方式為


RefactoringDeploymentAnalyzer.Analyze 方法

根據提供的來源資料模型和目標模型來分析提供的交易記錄,傳回目標作業清單。

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

語法

'宣告
Public MustOverride Function Analyze ( _
    sourceModel As DataSchemaModel, _
    targetModel As DataSchemaModel, _
    record As RefactoringRecord _
) As IList(Of TargetModelOperation)
public abstract IList<TargetModelOperation> Analyze(
    DataSchemaModel sourceModel,
    DataSchemaModel targetModel,
    RefactoringRecord record
)
public:
virtual IList<TargetModelOperation^>^ Analyze(
    DataSchemaModel^ sourceModel, 
    DataSchemaModel^ targetModel, 
    RefactoringRecord^ record
) abstract
abstract Analyze : 
        sourceModel:DataSchemaModel * 
        targetModel:DataSchemaModel * 
        record:RefactoringRecord -> IList<TargetModelOperation> 
public abstract function Analyze(
    sourceModel : DataSchemaModel, 
    targetModel : DataSchemaModel, 
    record : RefactoringRecord
) : IList<TargetModelOperation>

參數

傳回值

型別:System.Collections.Generic.IList<TargetModelOperation>
型別為 TargetModelOperationIList<T>

.NET Framework 安全性

請參閱

參考

RefactoringDeploymentAnalyzer 類別

Microsoft.Data.Schema.Refactoring 命名空間

DataSchemaModel

RefactoringTransactionRecord

TargetModelOperation