Share via


SchemaCompareGridRow.Children Property

Gets or sets a collection of child SchemaCompareGridRow objects.

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

Syntax

'Declaration
Public Property Children As ICollection(Of SchemaCompareGridRow)
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>)

Property Value

Type: System.Collections.Generic.ICollection<SchemaCompareGridRow>
A collection of child SchemaCompareGridRow objects.

.NET Framework Security

See Also

Reference

SchemaCompareGridRow Class

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