SchemaCompareProjectBasedModelProvider Class
Used by Schema Compare when one or more of the schemas that are compared are database or server projects.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareModelProviderBase
Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.SchemaCompareProjectBasedModelProvider
Namespace: Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class SchemaCompareProjectBasedModelProvider _
Inherits SchemaCompareModelProviderBase
[CLSCompliantAttribute(false)]
public class SchemaCompareProjectBasedModelProvider : SchemaCompareModelProviderBase
[CLSCompliantAttribute(false)]
public ref class SchemaCompareProjectBasedModelProvider : public SchemaCompareModelProviderBase
[<CLSCompliantAttribute(false)>]
type SchemaCompareProjectBasedModelProvider =
class
inherit SchemaCompareModelProviderBase
end
public class SchemaCompareProjectBasedModelProvider extends SchemaCompareModelProviderBase
The SchemaCompareProjectBasedModelProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SchemaCompareProjectBasedModelProvider() | Initializes a new instance of the SchemaCompareProjectBasedModelProvider class. |
![]() |
SchemaCompareProjectBasedModelProvider(IDatabaseProjectNode, Guid) | Initializes a new instance of the SchemaCompareProjectBasedModelProvider class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Canceled | (Inherited from SchemaCompareModelProviderBase.) |
![]() |
ConnectionType | Gets the type of connection associated with this provider. (Overrides SchemaCompareModelProviderBase.ConnectionType.) |
![]() |
DatabaseSchemaProvider | Gets or sets the current database schema provider. The set procedure is protected. (Inherited from SchemaCompareModelProviderBase.) |
![]() |
ModelInformation | (Overrides SchemaCompareModelProviderBase.ModelInformation.) |
![]() |
Name | When implemented in a derived class, gets or sets the name of this object. (Inherited from SchemaCompareModelProviderBase.) |
![]() |
ProjectGuid | Gets the GUID of the project for this provider. |
![]() |
ProjectNode | Gets the project node for this provider. |
![]() |
Translator | Gets or sets the current translator. (Inherited from SchemaCompareModelProviderBase.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Cancel | (Inherited from SchemaCompareModelProviderBase.) |
![]() |
Deserialize | Deserializes the specified XML node and its children. (Overrides SchemaCompareModelProviderBase.Deserialize(XmlNode, String%).) |
![]() |
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.) |
![]() |
IsCompatible | Determines whether the specified model provider is compatible with this schema compare provider. (Overrides SchemaCompareModelProviderBase.IsCompatible(ISchemaCompareModelProvider, String%).) |
![]() |
IsEqual | Determines whether two providers are equal. (Overrides SchemaCompareModelProviderBase.IsEqual(ISchemaCompareModelProvider).) |
![]() |
IsEqualTemplate | Determines whether two providers have the same template. (Overrides SchemaCompareModelProviderBase.IsEqualTemplate(ISchemaCompareModelProvider).) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ReconnectToProjectNode | If the project is closed, the project node of this model provider is nulled out. If the user hits refresh, you must reconnect. |
![]() |
ResetCancel | (Inherited from SchemaCompareModelProviderBase.) |
![]() |
Serialize | Serializes the specified XML node and its children. (Overrides SchemaCompareModelProviderBase.Serialize(XmlNode).) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
Uninitialize | Used to uninitialize the provider. This happens when the pane goes back to the watermark. (Overrides SchemaCompareModelProviderBase.Uninitialize().) |
![]() |
Validate | Validates this provider. (Overrides SchemaCompareModelProviderBase.Validate(String%).) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
ProjectBasedModelProviderElementName | The name of the provider. |
Top
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.VisualStudio.Data.Schema.Package.SchemaCompare Namespace