SqlRelationshipEntrySource Class

Provides information about a SQL relationship entry's source.

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

Syntax

'Declaration
Public Class SqlRelationshipEntrySource _
    Inherits RelationshipEntrySource
'Usage
Dim instance As SqlRelationshipEntrySource
public class SqlRelationshipEntrySource : RelationshipEntrySource
public ref class SqlRelationshipEntrySource : public RelationshipEntrySource
public class SqlRelationshipEntrySource extends RelationshipEntrySource
type SqlRelationshipEntrySource =  
    class
        inherit RelationshipEntrySource
    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

SqlRelationshipEntrySource Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace