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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.