Compartir a través de


SchemaCompareGridRow.Children (Propiedad)

Obtiene o establece una colección de objetos SchemaCompareGridRow secundarios.

Espacio de nombres:  Microsoft.Data.Schema.Tools.Compare.Schema
Ensamblado:  Microsoft.Data.Schema.Tools (en Microsoft.Data.Schema.Tools.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Collections.Generic.ICollection<SchemaCompareGridRow>
Colección de objetos SchemaCompareGridRow secundarios.

Seguridad de .NET Framework

Vea también

Referencia

SchemaCompareGridRow Clase

Microsoft.Data.Schema.Tools.Compare.Schema (Espacio de nombres)