SchemaCompareSettingsService.ModelInformation Property
When overridden in a derived class, gets or sets the schema model information object.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable Property ModelInformation As SchemaCompareModelInformation
public virtual SchemaCompareModelInformation ModelInformation { get; set; }
public:
virtual property SchemaCompareModelInformation^ ModelInformation {
SchemaCompareModelInformation^ get ();
void set (SchemaCompareModelInformation^ value);
}
abstract ModelInformation : SchemaCompareModelInformation with get, set
override ModelInformation : SchemaCompareModelInformation with get, set
function get ModelInformation () : SchemaCompareModelInformation
function set ModelInformation (value : SchemaCompareModelInformation)
Property Value
Type: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareModelInformation
The schema model information.
.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.
See Also
Reference
SchemaCompareSettingsService Class