ScalarDifference Class
Represents the changes in value (non-child) properties on any two object graphs.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
System::Object
Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer::PropertyDifference
Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer::ScalarDifference
Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer::OrderedScalarDifference
Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer::PropertyDifference
Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer::ScalarDifference
Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer::OrderedScalarDifference
| Name | Description | |
|---|---|---|
![]() | Name | Gets the name of the property whose value differs on any two graphs.(Inherited from PropertyDifference.) |
![]() | SourceValue | Gets a value of the property on the source of graphs being compared. |
![]() | TargetValue | Gets a value of the property on the target of graphs being compared. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


