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
Protected method RefactoringDeploymentAnalyzer Initializes a new instance of the RefactoringDeploymentAnalyzer class.

Top

Properties

  Name Description
Protected property DatabaseSchemaProvider Gets the associated database schema provider.
Public property ExtensionHandle Gets the extension handle, which contains the extension type and the named configuration for this extension type.
Public property SupportedOperationName Gets the name of the supported operation.

Top

Methods

  Name Description
Public method Analyze Returns a list of target operations by analyzing the provided transaction record according to the provided source data model and target model.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method MergeTransactionRecords Returns a list of merged transaction records for which this analyzer is registered.
Public method SetExtensionHandle Sets the extension handle for this analyzer extension.
Public method 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.

See Also

Reference

Microsoft.Data.Schema.Refactoring Namespace