Compartilhar via


Classe OrderedCollectionDifference

Represents the changes in a collection whose children are reordered.

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer. . :: . .PropertyDifference
    Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer..::..OrderedCollectionDifference

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Public Class OrderedCollectionDifference _
    Inherits PropertyDifference
'Uso
Dim instance As OrderedCollectionDifference
public class OrderedCollectionDifference : PropertyDifference
public ref class OrderedCollectionDifference : public PropertyDifference
type OrderedCollectionDifference =  
    class
        inherit PropertyDifference
    end
public class OrderedCollectionDifference extends PropertyDifference

O tipo OrderedCollectionDifference expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Name Gets the name of the property whose value differs on any two graphs. (Herdado de PropertyDifference.)
Propriedade pública OrderDifferences Gets a collection of the children who are reordered.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.