xSQL.SchemaCompare.SqlServer Namespace : SqlSchemaCompare Class |
The following tables list the members exposed by SqlSchemaCompare.
Name | Description | |
---|---|---|
![]() | SqlSchemaCompare Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | EntityFilterManager | Gets or sets the EntityFilterManager object that provides access to the entity filters. |
![]() | EntityMapping | Provides access to custom entity mappings. |
![]() | LeftDatabase | Gets left database that participates in the comparison. |
![]() | Options | Gets or sets the comparison options. |
![]() | RightDatabase | Gets the right database that participates in the comparison. |
![]() | SchemaFilters | Gets the collection of schema filters. |
![]() | Session | Gets the schema comparison session that contains stats related to the most recent schema compare. |
![]() | SqlAggregatePairs | Gets the collection of the pairs of aggregates. |
![]() | SqlApplicationRolePairs | Gets the collection of the pairs of application roles. |
![]() | SqlAssemblyPairs | Gets the collection of the pairs of assemblies. |
![]() | SqlAsymmetricKeyPairs | Gets the collection of the pairs of asymmetric keys. |
![]() | SqlBrokerContractPairs | Gets the collection of the pairs of broker contracts. |
![]() | SqlBrokerMessageTypePairs | Gets the collection of the pairs of broker message types. |
![]() | SqlBrokerPriorityPairs | Gets the collection of the pairs of broker priorities. |
![]() | SqlBrokerQueuePairs | Gets the collection of the pairs of broker queues. |
![]() | SqlBrokerRemoteServiceBindingPairs | Gets the collection of the pairs of broker remote service bindings. |
![]() | SqlBrokerRoutePairs | Gets the collection of the pairs of broker routes. |
![]() | SqlBrokerServicePairs | Gets the collection of the pairs of broker services. |
![]() | SqlCertificatePairs | Gets the collection of the pairs of certificates. |
![]() | SqlClrDatabaseTriggerPairs | Gets the collection of the pairs of database CLR triggers. |
![]() | SqlClrDataTypePairs | Gets the collection of the pairs of CLR types. |
![]() | SqlClrFunctionPairs | Gets the collection of the pairs of CLR functions. |
![]() | SqlClrProcedurePairs | Gets the collection of the pairs of CLR procedures. |
![]() | SqlColumnEncryptionKeyPairs | Gets the collection of the column encryption key pairs. |
![]() | SqlColumnMasterKeyPairs | Gets the collection of the column master key pairs. |
![]() | SqlDatabasePair | Gets the pair of databases. |
![]() | SqlDatabaseRolePairs | Gets the collection of the pairs of database roles. |
![]() | SqlDatabaseTriggerPairs | Gets the collection of the pairs of database triggers. |
![]() | SqlDefaultPairs | Gets the collection of the pairs of defaults. |
![]() | SqlFullTextCatalogPairs | Gets the collection of the pairs of full-text catalogs. |
![]() | SqlFullTextStopListPairs | Gets the collection of the pairs of full-text stop lists. |
![]() | SqlFunctionPairs | Gets the collection of the pairs of functions. |
![]() | SqlMemoryTablePairs | Gets the collection of the pairs of memory tables. |
![]() | SqlPartitionFunctionPairs | Gets the collection of the pairs of partition functions. |
![]() | SqlPartitionSchemePairs | Gets the collection of the pairs of partition schemes. |
![]() | SqlProcedurePairs | Gets the collection of the pairs of stored-procedures. |
![]() | SqlRulePairs | Gets the collection of the pairs of rules. |
![]() | SqlSchemaPairs | Gets the collection of the pairs of database schemas. |
![]() | SqlSearchPropertyListPairs | Gets the collection of the pairs of search property lists. |
![]() | SqlSecurityPolicyPairs | Gets the collection of the security policy pairs. |
![]() | SqlSequencePairs | Gets the collection of the pairs of sequences. |
![]() | SqlSymmetricKeyPairs | Gets the collection of the pairs of symmetric keys. |
![]() | SqlSynonymPairs | Gets the collection of the pairs of synonyms. |
![]() | SqlTablePairs | Gets the collection of the pairs of tables. |
![]() | SqlUserDefinedDataTypePairs | Gets the collection of the pairs of user-defined data types. |
![]() | SqlUserDefinedTableTypePairs | Gets the collection of the pairs of user-defined table types. |
![]() | SqlUserPairs | Gets the collection of the pairs of database users. |
![]() | SqlViewPairs | Gets the collection of the pairs of views. |
![]() | SqlXmlSchemaCollectionPairs | Gets the collection of the pairs of xml schema collections. |
Name | Description | |
---|---|---|
![]() | Compare | Compares the database schema. |
![]() | GenerateScript | Generates the synchronization scripts for the left and right database. |
![]() | GetLeftDatabaseScript | Returns the synchronization generated for the left database. |
![]() | GetPair | Returns a level-1 pair of objects, with the specified schema, name and type. |
![]() | GetRightDatabaseScript | Returns the synchronization generated for the right database. |
![]() | PairObjects | Pairs the database objects. |
![]() | ReadSchema | Reads the database schema. |
Name | Description | |
---|---|---|
![]() | EntityPairCompared | A generic event that occurs when the comparison of two entities finishes |
![]() | EntityPairComparing | A generic event that occurs before the comparison of two entities starts. |
![]() | EntityPairingFinished | A generic event that occurs when the pairing of two database finishes. |
![]() | EntityPairingStarting | A generic event that occurs before the pairing of two database starts. |
![]() | SchemaOperation | A generic event that provides information during schema comparison. |
![]() | SchemaOperationCanceled | Occurs after a schema operation is canceled. |
![]() | SqlAggregatePairCompared | Occurs when the comparison of two aggregates finishes. |
![]() | SqlAggregatePairComparing | Occurs before the comparison of two aggregates starts. |
![]() | SqlAggregatePairingFinished | Occurs when the pairing of two aggregates finishes. |
![]() | SqlAggregatePairingStarting | Occurs before the pairing of two aggregates starts. |
![]() | SqlAggregateUnsupported | Occurs when an aggregate is not supported by one of the databases. |
![]() | SqlApplicationRolePairCompared | Occurs when the comparison of two application roles finishes. |
![]() | SqlApplicationRolePairComparing | Occurs before the comparison of two application roles starts. |
![]() | SqlApplicationRolePairingFinished | Occurs when the pairing of two application roles finishes. |
![]() | SqlApplicationRolePairingStarting | Occurs before the pairing of two application roles starts. |
![]() | SqlApplicationRoleUnsupported | Occurs when an application role can't be synchronized. |
![]() | SqlAssemblyPairCompared | Occurs when the comparison of two assemblies finishes. |
![]() | SqlAssemblyPairComparing | Occurs before the comparison of two assemblies starts. |
![]() | SqlAssemblyPairingFinished | Occurs when the pairing of two assemblies finishes. |
![]() | SqlAssemblyPairingStarting | Occurs before the pairing of two assemblies starts. |
![]() | SqlAssemblyUnsupported | Occurs when an assembly is not supported by one of the databases. |
![]() | SqlAsymmetricKeyPairCompared | Occurs when the comparison of two asymmetric keys finishes. |
![]() | SqlAsymmetricKeyPairComparing | Occurs before the comparison of two asymmetric keys starts. |
![]() | SqlAsymmetricKeyPairingFinished | Occurs when the pairing of two asymmetric keys finishes. |
![]() | SqlAsymmetricKeyPairingStarting | Occurs before the pairing of two asymmetric keys starts. |
![]() | SqlAsymmetricKeyUnsupported | Occurs when a asymmetric key is not supported by one of the databases. |
![]() | SqlBrokerContractPairCompared | Occurs when the comparison of two broker contracts finishes. |
![]() | SqlBrokerContractPairComparing | Occurs before the comparison of two broker contracts starts. |
![]() | SqlBrokerContractPairingFinished | Occurs when the pairing of two broker contract finishes. |
![]() | SqlBrokerContractPairingStarting | Occurs before the pairing of two broker contracts starts. |
![]() | SqlBrokerContractUnsupported | Occurs when a broker contract is not supported by one of the databases. |
![]() | SqlBrokerMessageTypePairCompared | Occurs when the comparison of two broker message types finishes. |
![]() | SqlBrokerMessageTypePairComparing | Occurs before the comparison of two broker message types starts. |
![]() | SqlBrokerMessageTypePairingFinished | Occurs when the pairing of two broker message types finishes. |
![]() | SqlBrokerMessageTypePairingStarting | Occurs before the pairing of two broker message types starts. |
![]() | SqlBrokerMessageTypeUnsupported | Occurs when a broker message type is not supported by one of the databases. |
![]() | SqlBrokerPriorityPairCompared | Occurs when the comparison of two broker priorities finishes. |
![]() | SqlBrokerPriorityPairComparing | Occurs before the comparison of two broker priorities starts. |
![]() | SqlBrokerPriorityPairingFinished | Occurs when the pairing of two broker priorities finishes. |
![]() | SqlBrokerPriorityPairingStarting | Occurs before the pairing of two broker priorities starts. |
![]() | SqlBrokerPriorityUnsupported | Occurs when a broker priority is not supported by one of the databases. |
![]() | SqlBrokerQueuePairCompared | Occurs when the comparison of two broker queues finishes. |
![]() | SqlBrokerQueuePairComparing | Occurs before the comparison of two broker queues starts. |
![]() | SqlBrokerQueuePairingFinished | Occurs when the pairing of two broker queues finishes. |
![]() | SqlBrokerQueuePairingStarting | Occurs before the pairing of two broker queues starts. |
![]() | SqlBrokerQueueUnsupported | Occurs when a broker queue is not supported by one of the databases. |
![]() | SqlBrokerRemoteServiceBindingPairCompared | Occurs when the comparison of two broker remote service bindings finishes. |
![]() | SqlBrokerRemoteServiceBindingPairComparing | Occurs before the comparison of two broker remote service bindings starts. |
![]() | SqlBrokerRemoteServiceBindingPairingFinished | Occurs when the pairing of two broker remote service bindings finishes. |
![]() | SqlBrokerRemoteServiceBindingPairingStarting | Occurs before the pairing of two broker remote service bindings starts. |
![]() | SqlBrokerRemoteServiceBindingUnsupported | Occurs when a broker remote service binding is not supported by one of the databases. |
![]() | SqlBrokerRoutePairCompared | Occurs when the comparison of two broker routes finishes. |
![]() | SqlBrokerRoutePairComparing | Occurs before the comparison of two broker routes starts. |
![]() | SqlBrokerRoutePairingFinished | Occurs when the pairing of two broker routes finishes. |
![]() | SqlBrokerRoutePairingStarting | Occurs before the pairing of two broker routes starts. |
![]() | SqlBrokerRouteUnsupported | Occurs when a broker route is not supported by one of the databases. |
![]() | SqlBrokerServicePairCompared | Occurs when the comparison of two broker services finishes. |
![]() | SqlBrokerServicePairComparing | Occurs before the comparison of two broker services starts. |
![]() | SqlBrokerServicePairingFinished | Occurs when the pairing of two broker services finishes. |
![]() | SqlBrokerServicePairingStarting | Occurs before the pairing of two broker services starts. |
![]() | SqlBrokerServiceUnsupported | Occurs when a broker service is not supported by one of the databases. |
![]() | SqlCertificatePairCompared | Occurs when the comparison of two certificates finishes. |
![]() | SqlCertificatePairComparing | Occurs before the comparison of two certificates starts. |
![]() | SqlCertificatePairingFinished | Occurs when the pairing of two certificates finishes. |
![]() | SqlCertificatePairingStarting | Occurs before the pairing of two certificates starts. |
![]() | SqlCertificateUnsupported | Occurs when a certificate is not supported by one of the databases. |
![]() | SqlCheckConstraintUnsupported | Occurs when a check constraint is not supported and can't be synchronized. It applies to the check constraints on a memory table. |
![]() | SqlClrDatabaseTriggerPairCompared | Occurs when the comparison of two database CLR triggers finishes. |
![]() | SqlClrDatabaseTriggerPairComparing | Occurs before the comparison of two database CLR triggers starts. |
![]() | SqlClrDatabaseTriggerPairingFinished | Occurs when the pairing of two CLR database triggers finishes. |
![]() | SqlClrDatabaseTriggerPairingStarting | Occurs before the pairing of two CLR database triggers starts. |
![]() | SqlClrDatabaseTriggerUnsupported | Occurs when a database CLR trigger is not supported by one of the databases. |
![]() | SqlClrDataTypePairCompared | Occurs when the comparison of two CLR types finishes. |
![]() | SqlClrDataTypePairComparing | Occurs before the comparison of two CLR types starts. |
![]() | SqlClrDataTypePairingFinished | Occurs when the pairing of two CLR data types finishes. |
![]() | SqlClrDataTypePairingStarting | Occurs before the pairing of two CLR data types starts. |
![]() | SqlClrDataTypeUnsupported | Occurs when a CLR type is not supported by one of the databases. |
![]() | SqlClrFunctionPairCompared | Occurs when the comparison of two CLR functions finishes. |
![]() | SqlClrFunctionPairComparing | Occurs before the comparison of two CLR functions starts. |
![]() | SqlClrFunctionPairingFinished | Occurs when the pairing of two CLR functions finishes. |
![]() | SqlClrFunctionPairingStarting | Occurs before the pairing of two CLR functions starts. |
![]() | SqlClrFunctionUnsupported | Occurs when a CLR function is not supported by one of the databases. |
![]() | SqlClrProcedurePairCompared | Occurs when the comparison of two CLR procedures finishes. |
![]() | SqlClrProcedurePairComparing | Occurs before the comparison of two CLR procedures starts. |
![]() | SqlClrProcedurePairingFinished | Occurs when the pairing of two CLR procedures finishes. |
![]() | SqlClrProcedurePairingStarting | Occurs before the pairing of two CLR procedures starts. |
![]() | SqlClrProcedureUnsupported | Occurs when a CLR procedure is not supported by one of the databases. |
![]() | SqlClrTriggerUnsupported | Occurs when a CLR trigger is not supported by one of the databases. |
![]() | SqlColumnEncryptionKeyPairCompared | Occurs when the comparison of two column encryption keys finishes. |
![]() | SqlColumnEncryptionKeyPairComparing | Occurs before the comparison of two column encryption keys starts. |
![]() | SqlColumnEncryptionKeyPairingFinished | Occurs when the pairing of two column encryption keys finishes. |
![]() | SqlColumnEncryptionKeyPairingStarting | Occurs before the pairing of two column encryption keys starts. |
![]() | SqlColumnEncryptionKeyUnsupported | Occurs when a column encryption key can't be synchronized. |
![]() | SqlColumnMasterKeyPairCompared | Occurs when the comparison of two column master keys finishes. |
![]() | SqlColumnMasterKeyPairComparing | Occurs before the comparison of two column master keys starts. |
![]() | SqlColumnMasterKeyPairingFinished | Occurs when the pairing of two column master keys finishes. |
![]() | SqlColumnMasterKeyPairingStarting | Occurs before the pairing of two column master keys starts. |
![]() | SqlColumnMasterKeyUnsupported | Occurs when a column master key can't be synchronized. |
![]() | SqlColumnUnsupported | Occurs when a column contains properties that are not supported by one of the databases. |
![]() | SqlDatabaseRolePairCompared | Occurs when the comparison of two database roles finishes. |
![]() | SqlDatabaseRolePairComparing | Occurs before the comparison of two database roles starts. |
![]() | SqlDatabaseRolePairingFinished | Occurs when the pairing of two database roles finishes. |
![]() | SqlDatabaseRolePairingStarting | Occurs before the pairing of two database roles starts. |
![]() | SqlDatabaseTriggerPairCompared | Occurs when the comparison of two database triggers finishes. |
![]() | SqlDatabaseTriggerPairComparing | Occurs before the comparison of two database triggers starts. |
![]() | SqlDatabaseTriggerPairingFinished | Occurs when the pairing of two database triggers finishes. |
![]() | SqlDatabaseTriggerPairingStarting | Occurs before the pairing of two database triggers starts. |
![]() | SqlDatabaseTriggerUnsupported | Occurs when a database trigger is not supported by one of the databases. |
![]() | SqlDefaultPairCompared | Occurs when the comparison of two defaults finishes. |
![]() | SqlDefaultPairComparing | Occurs before the comparison of two defaults starts. |
![]() | SqlDefaultPairingFinished | Occurs when the pairing of two defaults finishes. |
![]() | SqlDefaultPairingStarting | Occurs before the pairing of two defaults starts. |
![]() | SqlEdgeConstraintUnsupported | Occurs when an edge constraint is not supported and can't be synchronized. |
![]() | SqlFileGroupUnsupported | Occurs when the database filegroups can't be synchronized. |
![]() | SqlForeignKeyUnsupported | Occurs when a foreign key is not supported and can't be synchronized. It applies to the foreign keys on a memory table. |
![]() | SqlFullTextCatalogPairCompared | Occurs when the comparison of two full-text catalogs finishes. |
![]() | SqlFullTextCatalogPairComparing | Occurs before the comparison of two full-text catalogs starts. |
![]() | SqlFullTextCatalogPairingFinished | Occurs when the pairing of two full-text catalogs finishes. |
![]() | SqlFullTextCatalogPairingStarting | Occurs before the pairing of two full-text catalogs starts. |
![]() | SqlFullTextCatalogUnsupported | Occurs when a full-text catalog is not supported by one of the databases. |
![]() | SqlFullTextIndexUnsupported | Occurs when a full-text index is not supported by one of the databases. |
![]() | SqlFullTextStopListPairCompared | Occurs when the comparison of two full-text stop lists finishes. |
![]() | SqlFullTextStopListPairComparing | Occurs before the comparison of two full-text stop lists starts. |
![]() | SqlFullTextStopListPairingFinished | Occurs when the pairing of two full-text stop lists finishes. |
![]() | SqlFullTextStopListPairingStarting | Occurs before the pairing of two full-text stop lists starts. |
![]() | SqlFullTextStopListUnsupported | Occurs when a full-text stop list is not supported by one of the databases. |
![]() | SqlFunctionPairCompared | Occurs when the comparison of two functions finishes. |
![]() | SqlFunctionPairComparing | Occurs before the comparison of two functions starts. |
![]() | SqlFunctionPairingFinished | Occurs when the pairing of two functions finishes. |
![]() | SqlFunctionPairingStarting | Occurs before the pairing of two functions starts. |
![]() | SqlFunctionUnsupported | Occurs when a function contains properties that are not supported by one of the databases. |
![]() | SqlIndexUnsupported | Occurs when an index can't be synchronized. |
![]() | SqlMemoryTablePairCompared | Occurs when the comparison of two memory tables finishes. |
![]() | SqlMemoryTablePairComparing | Occurs before the comparison of two memory tables starts. |
![]() | SqlMemoryTablePairingFinished | Occurs when the pairing of two memory tables finishes. |
![]() | SqlMemoryTablePairingStarting | Occurs before the pairing of two memory tables starts. |
![]() | SqlMemoryTableUnsupported | Occurs when a memory table is not supported by one of the databases. |
![]() | SqlPartitionFunctionPairCompared | Occurs when the comparison of two partition functions finishes. |
![]() | SqlPartitionFunctionPairComparing | Occurs before the comparison of two partition functions starts. |
![]() | SqlPartitionFunctionPairingFinished | Occurs when the pairing of two partition functions finishes. |
![]() | SqlPartitionFunctionPairingStarting | Occurs before the pairing of two partition functions starts. |
![]() | SqlPartitionFunctionUnsupported | Occurs when a partition function is not supported by one of the databases. |
![]() | SqlPartitionSchemePairCompared | Occurs when the comparison of two partition schemes finishes. |
![]() | SqlPartitionSchemePairComparing | Occurs before the comparison of two partition schemes starts. |
![]() | SqlPartitionSchemePairingFinished | Occurs when the pairing of two partition schemes finishes. |
![]() | SqlPartitionSchemePairingStarting | Occurs before the pairing of two partition schemes starts. |
![]() | SqlPartitionSchemeUnsupported | Occurs when a partition scheme is not supported by one of the databases. |
![]() | SqlProcedurePairCompared | Occurs when the comparison of two procedures finishes. |
![]() | SqlProcedurePairComparing | Occurs before the comparison of two procedures starts. |
![]() | SqlProcedurePairingFinished | Occurs when the pairing of two procedures finishes. |
![]() | SqlProcedurePairingStarting | Occurs before the pairing of two procedures starts. |
![]() | SqlProcedureUnsupported | Occurs when a procedure contains properties that are not supported by one of the databases. |
![]() | SqlRulePairCompared | Occurs when the comparison of two rules finishes. |
![]() | SqlRulePairComparing | Occurs before the comparison of two rules starts. |
![]() | SqlRulePairingFinished | Occurs when the pairing of two rules finishes. |
![]() | SqlRulePairingStarting | Occurs before the pairing of two rules starts. |
![]() | SqlSchemaPairCompared | Occurs when the comparison of two database schemas finishes. |
![]() | SqlSchemaPairComparing | Occurs before the comparison of two database schemas starts. |
![]() | SqlSchemaPairingFinished | Occurs when the pairing of two database schemas finishes. |
![]() | SqlSchemaPairingStarting | Occurs before the pairing of two database schemas starts. |
![]() | SqlSchemaUnsupported | Occurs when a database schema is not supported by one of the databases. |
![]() | SqlSearchPropertyListPairCompared | Occurs when the comparison of two search property lists finishes. |
![]() | SqlSearchPropertyListPairComparing | Occurs before the comparison of two search property lists starts. |
![]() | SqlSearchPropertyListPairingFinished | Occurs when the pairing of two search property lists finishes. |
![]() | SqlSearchPropertyListPairingStarting | Occurs before the pairing of two search property lists starts. |
![]() | SqlSearchPropertyListUnsupported | Occurs when a search property list is not supported by one of the databases. |
![]() | SqlSecurityPolicyPairCompared | Occurs when the comparison of two security policies finishes. |
![]() | SqlSecurityPolicyPairComparing | Occurs before the comparison of two security policies starts. |
![]() | SqlSecurityPolicyPairingFinished | Occurs when the pairing of two security policies finishes. |
![]() | SqlSecurityPolicyPairingStarting | Occurs before the pairing of two security policies starts. |
![]() | SqlSecurityPolicyUnsupported | Occurs when a security policy can't be synchronized. |
![]() | SqlSequencePairCompared | Occurs when the comparison of two sequences finishes. |
![]() | SqlSequencePairComparing | Occurs before the comparison of two sequences starts. |
![]() | SqlSequencePairingFinished | Occurs when the pairing of two sequences finishes. |
![]() | SqlSequencePairingStarting | Occurs before the pairing of two sequences starts. |
![]() | SqlSequenceUnsupported | Occurs when a sequence is not supported by one of the databases. |
![]() | SqlSpatialIndexUnsupported | Occurs when a spatial index is not supported by one of the databases. |
![]() | SqlSymmetricKeyPairCompared | Occurs when the comparison of two symmetric keys finishes. |
![]() | SqlSymmetricKeyPairComparing | Occurs before the comparison of two symmetric keys starts. |
![]() | SqlSymmetricKeyPairingFinished | Occurs when the pairing of two symmetric keys finishes. |
![]() | SqlSymmetricKeyPairingStarting | Occurs before the pairing of two symmetric keys starts. |
![]() | SqlSymmetricKeyUnsupported | Occurs when a symmetric key is not supported by one of the databases. |
![]() | SqlSynonymPairCompared | Occurs when the comparison of two synonyms finishes. |
![]() | SqlSynonymPairComparing | Occurs before the comparison of two synonyms starts. |
![]() | SqlSynonymPairingFinished | Occurs when the pairing of two synonyms finishes. |
![]() | SqlSynonymPairingStarting | Occurs before the pairing of two synonyms starts. |
![]() | SqlSynonymUnsupported | Occurs when a synonym is not supported by one of the databases. |
![]() | SqlTablePairCompared | Occurs when the comparison of two tables finishes. |
![]() | SqlTablePairComparing | Occurs before the comparison of two tables starts. |
![]() | SqlTablePairingFinished | Occurs when the pairing of two database tables finishes. |
![]() | SqlTablePairingStarting | Occurs before the pairing of two database tables starts. |
![]() | SqlTableUnsupported | Occurs when a table contains properties that are not supported by one of the databases. |
![]() | SqlTriggerUnsupported | Occurs when a trigger contains properties that are not supported by one of the databases. |
![]() | SqlUniqueConstraintUnsupported | Occurs when a unique constraint is not supported and can't be synchronized. It applies to the unique constraints on a memory table. |
![]() | SqlUserDefinedDataTypePairCompared | Occurs when the comparison of two user-defined data types finishes. |
![]() | SqlUserDefinedDataTypePairComparing | Occurs before the comparison of two user-defined data types starts. |
![]() | SqlUserDefinedDataTypePairingFinished | Occurs when the pairing of two user-defined data types finishes. |
![]() | SqlUserDefinedDataTypePairingStarting | Occurs before the pairing of two user-defined data types starts. |
![]() | SqlUserDefinedDataTypeUnsupported | Occurs when a user-defined data type contains properties that are not supported by one of the databases. |
![]() | SqlUserDefinedTableTypePairCompared | Occurs when the comparison of two user-defined table types finishes. |
![]() | SqlUserDefinedTableTypePairComparing | Occurs before the comparison of two user-defined table types starts. |
![]() | SqlUserDefinedTableTypePairingFinished | Occurs when the pairing of two user-defined table types finishes. |
![]() | SqlUserDefinedTableTypePairingStarting | Occurs before the pairing of two user-defined table types starts. |
![]() | SqlUserDefinedTableTypeUnsupported | Occurs when a user-defined table type is not supported by one of the databases. |
![]() | SqlUserPairCompared | Occurs when the comparison of two database users finishes. |
![]() | SqlUserPairComparing | Occurs before the comparison of two database users starts. |
![]() | SqlUserPairingFinished | Occurs when the pairing of two database users finishes. |
![]() | SqlUserPairingStarting | Occurs before the pairing of two database users starts. |
![]() | SqlViewPairCompared | Occurs when the comparison of two views finishes. |
![]() | SqlViewPairComparing | Occurs before the comparison of two views starts. |
![]() | SqlViewPairingFinished | Occurs when the pairing of two database views finishes. |
![]() | SqlViewPairingStarting | Occurs before the pairing of two database views starts. |
![]() | SqlViewUnsupported | Occurs when a view contains properties that are not supported by one of the databases. |
![]() | SqlXmlCollectionPairingFinished | Occurs when the pairing of two xml schema collections finishes. |
![]() | SqlXmlCollectionPairingStarting | Occurs before the pairing of two xml schema collections starts. |
![]() | SqlXmlIndexUnsupported | Occurs when an xml index is not supported by one of the databases. |
![]() | SqlXmlSchemaCollectionPairCompared | Occurs when the comparison of two xml schema collections finishes. |
![]() | SqlXmlSchemaCollectionPairComparing | Occurs before the comparison of two xml schema collections starts. |
![]() | SqlXmlSchemaCollectionUnsupported | Occurs when an xml schema collection is not supported by one of the databases. |