xSQL.SchemaCompare.SqlServer Namespace : SqlColumnPair Class |
The following tables list the members exposed by SqlColumnPair.
Name | Description | |
---|---|---|
SqlColumnPair Constructor | Overloaded. |
Name | Description | |
---|---|---|
ComparisonStatus | Gets the comparison status of the pair members. (Inherited from xSQL.SchemaCompare.SqlServer.PairBase) | |
Id | Gets a unique internal id that identifies the pair of object. (Inherited from xSQL.SchemaCompare.SqlServer.PairBase) | |
Included | Gets or sets the value that indicates whether the pair should be included in the synchronization script. (Inherited from xSQL.SchemaCompare.SqlServer.PairBase) | |
LeftEntity | Gets the left member of the pair. (Inherited from xSQL.SchemaCompare.SqlServer.SqlPairBase<SqlColumn>) | |
LeftSupported | Indicates whether the schema action required to make the left pair the same as the right pair is supported in the left database. (Inherited from xSQL.SchemaCompare.SqlServer.PairBase) | |
ParentPair | Gets the parent of this pair. (Inherited from xSQL.SchemaCompare.SqlServer.PairBase) | |
RightEntity | Gets the right member of the pair. (Inherited from xSQL.SchemaCompare.SqlServer.SqlPairBase<SqlColumn>) | |
RightSupported | Indicates whether the schema action required to make the right pair the same as the left pair is supported in the right database. (Inherited from xSQL.SchemaCompare.SqlServer.PairBase) | |
SqlCheckConstraintPairs | Gets the collection of check constraints that belong to the pair of columns. | |
SqlDefaultConstraintPairs | Gets the collection of default constraints that belong to the pair of columns. | |
SqlDefaultPair | Gets or sets the stand-alone default bound to the pair of columns. | |
SqlExtendedPropertyPairs | Gets the collection of extended properties that belong to the pair of columns. | |
SqlPermissionPairs | Gets the collection of permissions assigned to the pair of columns. | |
SqlRulePair | Gets or sets the rule bound to the pair of columns. |
Name | Description | |
---|---|---|
ContainsMember | Overloaded. Indicates whether the pair contains a member with the specified name and type. (Inherited from xSQL.SchemaCompare.SqlServer.SqlPairBase<SqlColumn>) | |
GetLeftTargetedScript | Overloaded. Returns the script generated for the left member of the pair. This is the script intended for the left database that makes the left member the same as the right member. (Inherited from xSQL.SchemaCompare.SqlServer.PairBase) | |
GetRightTargetedScript | Overloaded. Returns the script generated for the right member of the pair. This is the script intended for the right database that makes the right member the same as the left member. (Inherited from xSQL.SchemaCompare.SqlServer.PairBase) | |
PropageInclusion | Overridden. Propagates the inclusion flag to the descendants of the pair. | |
ToString | Returns a readable description for the pair. (Inherited from xSQL.SchemaCompare.SqlServer.SqlPairBase<SqlColumn>) |