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