RelationalModel Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.Model.Simple..::..ModelObject
    Microsoft.Data.Tools.Model.Simple..::..ModelElement
      Microsoft.Data.Tools.Model.Simple..::..RelationalModel

Namespace:  Microsoft.Data.Tools.Model.Simple
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public Class RelationalModel _
    Inherits ModelElement _
    Implements IRelationalModel, IModel, IModelObject, IRelationalModelExtensions,  _
    IModelObjectExtensions, IModelPersistenceService
'Usage
Dim instance As RelationalModel
public class RelationalModel : ModelElement, 
    IRelationalModel, IModel, IModelObject, IRelationalModelExtensions, IModelObjectExtensions, 
    IModelPersistenceService
public ref class RelationalModel : public ModelElement, 
    IRelationalModel, IModel, IModelObject, IRelationalModelExtensions, IModelObjectExtensions, 
    IModelPersistenceService
type RelationalModel =  
    class
        inherit ModelElement
        interface IRelationalModel
        interface IModel
        interface IModelObject
        interface IRelationalModelExtensions
        interface IModelObjectExtensions
        interface IModelPersistenceService
    end
public class RelationalModel extends ModelElement implements IRelationalModel, IModel, IModelObject, IRelationalModelExtensions, IModelObjectExtensions, IModelPersistenceService

The RelationalModel type exposes the following members.

Constructors

  Name Description
Public method RelationalModel Initializes a new instance of the RelationalModel class.

Top

Properties

  Name Description
Public property ChildNodes Gets {insert text here}. (Overrides ModelObject..::..ChildNodes.)
Public property CurrentTransaction Gets {insert text here}.
Public property DatabaseName Gets {insert text here}.
Public property ExtensionProvider Gets {insert text here}.
Public property Model Gets {insert text here}. (Inherited from ModelObject.)
Public property ParentNode Gets {insert text here}. (Inherited from ModelObject.)
Public property RelationalModelProvider Gets {insert text here}.
Public property Schemas Gets {insert text here}.
Public property ServerName Gets {insert text here}.

Top

Methods

  Name Description
Public method AddAnnotation (Inherited from ModelObject.)
Public method CreateSchema
Public method CreateScript (Inherited from ModelObject.)
Public method Delete (Inherited from ModelElement.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAncestor< (Of < <' (T> ) > > ) (Inherited from ModelObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetMetaData< (Of < <' (T, U> ) > > )() () () ()
Public method GetMetaData< (Of < <' (T, U> ) > > )(String)
Public method GetObjectsByIdentifier
Public method GetSerializationText
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Refresh
Public method Save
Public method StartTransaction
Public method Tables
Public method ToString (Inherited from Object.)
Public method TryGetAnnotation (Inherited from ModelObject.)

Top

Events

  Name Description
Public event AfterModelChangesCommitted
Public event BeforeModelChangesCommitted
Public event ExternalModelChange

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Tools.Model.Simple Namespace