SchemaCompareGridRow.Parent Property
Gets or sets a value that indicates whether the current grid row appears as a parent row in the Schema Compare window of Visual Studio.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property Parent As SchemaCompareGridRow
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)
Property Value
Type: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareGridRow
true if the current grid appears as a parent row; otherwise, false.
.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.