StateChangedEventArgs.Obj Property
Gets or sets the SchemaCompareGridRow.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property Obj As SchemaCompareGridRow
public SchemaCompareGridRow Obj { get; private set; }
public:
property SchemaCompareGridRow^ Obj {
SchemaCompareGridRow^ get ();
private: void set (SchemaCompareGridRow^ value);
}
member Obj : SchemaCompareGridRow with get, private set
function get Obj () : SchemaCompareGridRow
private function set Obj (value : SchemaCompareGridRow)
Property Value
Type: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareGridRow
The current grid row.
.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.