SchemaCompareConnectionBasedModelProvider Class
Provides a class for connection-based schema compare model provider objects that are used in the Schema Compare window of Visual Studio Premium and Visual Studio Ultimate.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareModelProviderBase
Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareConnectionBasedModelProvider
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Class SchemaCompareConnectionBasedModelProvider _
Inherits SchemaCompareModelProviderBase
public class SchemaCompareConnectionBasedModelProvider : SchemaCompareModelProviderBase
public ref class SchemaCompareConnectionBasedModelProvider : public SchemaCompareModelProviderBase
type SchemaCompareConnectionBasedModelProvider =
class
inherit SchemaCompareModelProviderBase
end
public class SchemaCompareConnectionBasedModelProvider extends SchemaCompareModelProviderBase
The SchemaCompareConnectionBasedModelProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SchemaCompareConnectionBasedModelProvider | Initializes a new instance of the SchemaCompareConnectionBasedModelProvider class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Canceled | (Inherited from SchemaCompareModelProviderBase.) |
![]() |
ConnectionString | Gets or sets the current connection string. |
![]() |
ConnectionType | Gets the type of connection for this provider. (Overrides SchemaCompareModelProviderBase.ConnectionType.) |
![]() |
DatabaseName | Gets or sets the name of the database. |
![]() |
DatabaseSchemaProvider | Gets or sets the current database schema provider. The set procedure is protected. (Inherited from SchemaCompareModelProviderBase.) |
![]() |
DspFamilyName | Gets or sets the data schema provider (DSP) family name for the data schema provider. |
![]() |
ModelInformation | When implemented in a derived class, gets the current model information. (Inherited from SchemaCompareModelProviderBase.) |
![]() |
Name | When implemented in a derived class, gets or sets the name of this object. (Inherited from SchemaCompareModelProviderBase.) |
![]() |
Translator | Gets or sets the current translator. (Inherited from SchemaCompareModelProviderBase.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Cancel | (Overrides SchemaCompareModelProviderBase.Cancel().) |
![]() |
Deserialize | Deserializes the settings for this object from the provided XML node and returns an error message if a problem occurs. (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 | Returns a value that indicates whether the given model provider is compatible with this model provider. (Overrides SchemaCompareModelProviderBase.IsCompatible(ISchemaCompareModelProvider, String%).) |
![]() |
IsEqual | Returns a value that indicates whether the given model provider is equal to this model provider. (Inherited from SchemaCompareModelProviderBase.) |
![]() |
IsEqualTemplate | Returns a value that indicates whether the given model provider has the same foundation as the current provider. (Overrides SchemaCompareModelProviderBase.IsEqualTemplate(ISchemaCompareModelProvider).) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ResetCancel | (Overrides SchemaCompareModelProviderBase.ResetCancel().) |
![]() |
Serialize | Saves the state of this model provider to the given XML node. (Overrides SchemaCompareModelProviderBase.Serialize(XmlNode).) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
Uninitialize | Called by the Schema Compare window in Visual Studio when the contents of the window is cleared. (Inherited from SchemaCompareModelProviderBase.) |
![]() |
Validate | Returns a value that indicates whether the connection string can connect to a server and database version that can be compared. (Overrides SchemaCompareModelProviderBase.Validate(String%).) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
ConnectionBasedModelProviderElementName | Returns a string that contains "ConnectionBasedModelProvider". |
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.