Partilhar via


Propriedade SchemaCompareGridRow.Children

Obtém ou define uma coleção de filho SchemaCompareGridRow objetos.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (em Microsoft.Data.Schema.Tools.dll)

Sintaxe

'Declaração
Public Property Children As ICollection(Of SchemaCompareGridRow)
    Get
    Private Set
public ICollection<SchemaCompareGridRow> Children { get; private set; }
public:
property ICollection<SchemaCompareGridRow^>^ Children {
    ICollection<SchemaCompareGridRow^>^ get ();
    private: void set (ICollection<SchemaCompareGridRow^>^ value);
}
member Children : ICollection<SchemaCompareGridRow> with get, private set
function get Children () : ICollection<SchemaCompareGridRow>
private function set Children (value : ICollection<SchemaCompareGridRow>)

Valor de propriedade

Tipo: System.Collections.Generic.ICollection<SchemaCompareGridRow>
Uma coleção de filho SchemaCompareGridRow objetos.

Segurança do .NET Framework

Consulte também

Referência

SchemaCompareGridRow Classe

Namespace Microsoft.Data.Schema.Tools.Compare.Schema