SqlSchemaAnalyzer.IdentifiedRelationship 方法

此方法会发现新的关系。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Public Overridable Sub IdentifiedRelationship ( _
    fragment As TSqlFragment, _
    leftHandSide As SqlElementDescriptor, _
    relationshipClass As ModelRelationshipClass, _
    rightHandSide As SqlElementDescriptor, _
    annotations As IEnumerable(Of SqlAnnotationDescriptor) _
)
public virtual void IdentifiedRelationship(
    TSqlFragment fragment,
    SqlElementDescriptor leftHandSide,
    ModelRelationshipClass relationshipClass,
    SqlElementDescriptor rightHandSide,
    IEnumerable<SqlAnnotationDescriptor> annotations
)
public:
virtual void IdentifiedRelationship(
    TSqlFragment^ fragment, 
    SqlElementDescriptor^ leftHandSide, 
    ModelRelationshipClass^ relationshipClass, 
    SqlElementDescriptor^ rightHandSide, 
    IEnumerable<SqlAnnotationDescriptor^>^ annotations
)
abstract IdentifiedRelationship : 
        fragment:TSqlFragment * 
        leftHandSide:SqlElementDescriptor * 
        relationshipClass:ModelRelationshipClass * 
        rightHandSide:SqlElementDescriptor * 
        annotations:IEnumerable<SqlAnnotationDescriptor> -> unit 
override IdentifiedRelationship : 
        fragment:TSqlFragment * 
        leftHandSide:SqlElementDescriptor * 
        relationshipClass:ModelRelationshipClass * 
        rightHandSide:SqlElementDescriptor * 
        annotations:IEnumerable<SqlAnnotationDescriptor> -> unit 
public function IdentifiedRelationship(
    fragment : TSqlFragment, 
    leftHandSide : SqlElementDescriptor, 
    relationshipClass : ModelRelationshipClass, 
    rightHandSide : SqlElementDescriptor, 
    annotations : IEnumerable<SqlAnnotationDescriptor>
)

参数

.NET Framework 安全性

请参见

参考

SqlSchemaAnalyzer 类

Microsoft.Data.Schema.Sql.SchemaModel 命名空间