Propriedade do RDL SourceIndex
Gets a value of the index of the child on the source of graphs being compared.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public ReadOnly Property SourceIndex As Integer
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Int32
A value of the index of the child on the source of graphs being compared.
Consulte também