SchemaCompareGridRow.Children 属性

获取或设置子 SchemaCompareGridRow 对象的集合。

命名空间:  Microsoft.Data.Schema.Tools.Compare.Schema
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
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>)

属性值

类型:System.Collections.Generic.ICollection<SchemaCompareGridRow>
SchemaCompareGridRow 对象的集合。

.NET Framework 安全性

请参见

参考

SchemaCompareGridRow 类

Microsoft.Data.Schema.Tools.Compare.Schema 命名空间