ScalarDifference.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.

참고 항목

참조

ScalarDifference 클래스

Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer 네임스페이스