Share via


RelationshipEntrySource Class

Holds information about a relationship entry source.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public MustInherit Class RelationshipEntrySource
'Usage
Dim instance As RelationshipEntrySource
public abstract class RelationshipEntrySource
public ref class RelationshipEntrySource abstract
public abstract class RelationshipEntrySource
[<AbstractClassAttribute>]
type RelationshipEntrySource =  class end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.RelationshipEntrySource
    Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlRelationshipEntrySource

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

RelationshipEntrySource Members

Microsoft.Data.Schema.SchemaModel Namespace