SchemaCompareGridRow.IsReferenced Property
Gets or sets a value that indicates whether an element in the row in the Schema Compare window of Visual Studio appears to be referenced from an element that is outside the model.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property IsReferenced As Boolean
public bool IsReferenced { get; private set; }
public:
property bool IsReferenced {
bool get ();
private: void set (bool value);
}
member IsReferenced : bool with get, private set
function get IsReferenced () : boolean
private function set IsReferenced (value : boolean)
Property Value
Type: System.Boolean
true if the element appears to be referenced from an element that is outside the model; 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.