SourceIndex 属性

Gets a value of the index of the child on the source of graphs being compared.

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

语法

声明
Public ReadOnly Property SourceIndex As Integer
    Get
用法
Dim instance As OrderedScalarDifference
Dim value As Integer

value = instance.SourceIndex
public int SourceIndex { get; }
public:
property int SourceIndex {
    int get ();
}
member SourceIndex : int
function get SourceIndex () : int

属性值

类型:System. . :: . .Int32
A value of the index of the child on the source of graphs being compared.