SchemaCompareGridRow.Parent 属性

获取或设置一个值,指示当前网格行在 Visual Studio 的**“架构比较”**窗口中是否显示为父行。

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

语法

声明
Public Property Parent As SchemaCompareGridRow
    Get
    Set
public SchemaCompareGridRow Parent { get; set; }
public:
property SchemaCompareGridRow^ Parent {
    SchemaCompareGridRow^ get ();
    void set (SchemaCompareGridRow^ value);
}
member Parent : SchemaCompareGridRow with get, set
function get Parent () : SchemaCompareGridRow
function set Parent (value : SchemaCompareGridRow)

属性值

类型:Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareGridRow
如果当前网格显示为父行,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

SchemaCompareGridRow 类

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

Children