SourceValue 属性

Gets a value of the property on the source of graphs being compared.

命名空间:  Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public ReadOnly Property SourceValue As Object
    Get
用法
Dim instance As ScalarDifference
Dim value As Object

value = instance.SourceValue
public Object SourceValue { get; }
public:
property Object^ SourceValue {
    Object^ get ();
}
member SourceValue : Object
function get SourceValue () : Object

属性值

类型:System. . :: . .Object
A value of the property on the source of graphs being compared.