ModelComparer.OnCompareModelStarted-Methode
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnCompareModelStarted ( _
source As ModelStore, _
target As ModelStore, _
configuration As ModelComparerConfiguration _
)
protected virtual void OnCompareModelStarted(
ModelStore source,
ModelStore target,
ModelComparerConfiguration configuration
)
protected:
virtual void OnCompareModelStarted(
ModelStore^ source,
ModelStore^ target,
ModelComparerConfiguration^ configuration
)
abstract OnCompareModelStarted :
source:ModelStore *
target:ModelStore *
configuration:ModelComparerConfiguration -> unit
override OnCompareModelStarted :
source:ModelStore *
target:ModelStore *
configuration:ModelComparerConfiguration -> unit
protected function OnCompareModelStarted(
source : ModelStore,
target : ModelStore,
configuration : ModelComparerConfiguration
)
Parameter
- source
Typ: Microsoft.Data.Schema.SchemaModel.ModelStore
- target
Typ: Microsoft.Data.Schema.SchemaModel.ModelStore
- configuration
Typ: Microsoft.Data.Schema.SchemaModel.ModelComparerConfiguration
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.