SchemaCompareSettingsService.DisplayableTopElementClasses Property
Gets the ElementClass list displayed while doing a schema compare.
Namespace: Microsoft.Data.Schema.Compare.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DisplayableTopElementClasses As IList(Of ElementClass)
Get
'Usage
Dim instance As SchemaCompareSettingsService
Dim value As IList(Of ElementClass)
value = instance.DisplayableTopElementClasses
public virtual IList<ElementClass> DisplayableTopElementClasses { get; }
public:
virtual property IList<ElementClass^>^ DisplayableTopElementClasses {
IList<ElementClass^>^ get ();
}
function get DisplayableTopElementClasses () : IList<ElementClass>
abstract DisplayableTopElementClasses : IList<ElementClass>
override DisplayableTopElementClasses : IList<ElementClass>
Property Value
Type: System.Collections.Generic.IList<ElementClass>
.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