RelationalModelExtensions Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.Model.Simple..::..ModelObjectExtensions
    Microsoft.Data.Tools.Model.Simple..::..RelationalModelExtensions

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

Syntax

'Declaration
Public Class RelationalModelExtensions _
    Inherits ModelObjectExtensions _
    Implements IRelationalModelExtensions, IModelObjectExtensions
'Usage
Dim instance As RelationalModelExtensions
public class RelationalModelExtensions : ModelObjectExtensions, 
    IRelationalModelExtensions, IModelObjectExtensions
public ref class RelationalModelExtensions : public ModelObjectExtensions, 
    IRelationalModelExtensions, IModelObjectExtensions
type RelationalModelExtensions =  
    class
        inherit ModelObjectExtensions
        interface IRelationalModelExtensions
        interface IModelObjectExtensions
    end
public class RelationalModelExtensions extends ModelObjectExtensions implements IRelationalModelExtensions, IModelObjectExtensions

The RelationalModelExtensions type exposes the following members.

Methods

  Name Description
Public method AddAnnotation (Inherited from ModelObjectExtensions.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAncestor< (Of < <' (T> ) > > ) (Inherited from ModelObjectExtensions.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Tables
Public method ToString (Inherited from Object.)
Public method TryGetAnnotation (Inherited from ModelObjectExtensions.)

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