RefactoringDeploymentAnalyzer Class
In a derived class, analyzes each transaction record and provides a list of target operations.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Refactoring.RefactoringDeploymentAnalyzer
Namespace: Microsoft.Data.Schema.Refactoring
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustInherit Class RefactoringDeploymentAnalyzer _
Implements IExtensionInformation, IExtension
public abstract class RefactoringDeploymentAnalyzer : IExtensionInformation,
IExtension
public ref class RefactoringDeploymentAnalyzer abstract : IExtensionInformation,
IExtension
[<AbstractClass>]
type RefactoringDeploymentAnalyzer =
class
interface IExtensionInformation
interface IExtension
end
public abstract class RefactoringDeploymentAnalyzer implements IExtensionInformation, IExtension
The RefactoringDeploymentAnalyzer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RefactoringDeploymentAnalyzer | Initializes a new instance of the RefactoringDeploymentAnalyzer class. |
Top
Properties
Name | Description | |
---|---|---|
DatabaseSchemaProvider | Gets the associated database schema provider. | |
ExtensionHandle | Gets the extension handle, which contains the extension type and the named configuration for this extension type. | |
SupportedOperationName | Gets the name of the supported operation. |
Top
Methods
Name | Description | |
---|---|---|
Analyze | Returns a list of target operations by analyzing the provided transaction record according to the provided source data model and target model. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MergeTransactionRecords | Returns a list of merged transaction records for which this analyzer is registered. | |
SetExtensionHandle | Sets the extension handle for this analyzer extension. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
Notes to Inheritors
When you inherit from the RefactoringDeploymentAnalyzer, you must override the following members:
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.