Sdílet prostřednictvím


SqlSchemaAnalyzer.IdentifiedAmbiguousRelationship – metoda

Tato metoda zpracovává zjišťování nový vztah, kde nelze rozpoznat pravé.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Public Overridable Sub IdentifiedAmbiguousRelationship ( _
    fragment As TSqlFragment, _
    leftHandSide As SqlElementDescriptor, _
    relationshipClass As ModelRelationshipClass, _
    ambiguousRightHandSide As IEnumerable(Of SqlPotentialElementDescriptor), _
    annotations As IEnumerable(Of SqlAnnotationDescriptor) _
)
public virtual void IdentifiedAmbiguousRelationship(
    TSqlFragment fragment,
    SqlElementDescriptor leftHandSide,
    ModelRelationshipClass relationshipClass,
    IEnumerable<SqlPotentialElementDescriptor> ambiguousRightHandSide,
    IEnumerable<SqlAnnotationDescriptor> annotations
)
public:
virtual void IdentifiedAmbiguousRelationship(
    TSqlFragment^ fragment, 
    SqlElementDescriptor^ leftHandSide, 
    ModelRelationshipClass^ relationshipClass, 
    IEnumerable<SqlPotentialElementDescriptor^>^ ambiguousRightHandSide, 
    IEnumerable<SqlAnnotationDescriptor^>^ annotations
)
abstract IdentifiedAmbiguousRelationship : 
        fragment:TSqlFragment * 
        leftHandSide:SqlElementDescriptor * 
        relationshipClass:ModelRelationshipClass * 
        ambiguousRightHandSide:IEnumerable<SqlPotentialElementDescriptor> * 
        annotations:IEnumerable<SqlAnnotationDescriptor> -> unit 
override IdentifiedAmbiguousRelationship : 
        fragment:TSqlFragment * 
        leftHandSide:SqlElementDescriptor * 
        relationshipClass:ModelRelationshipClass * 
        ambiguousRightHandSide:IEnumerable<SqlPotentialElementDescriptor> * 
        annotations:IEnumerable<SqlAnnotationDescriptor> -> unit 
public function IdentifiedAmbiguousRelationship(
    fragment : TSqlFragment, 
    leftHandSide : SqlElementDescriptor, 
    relationshipClass : ModelRelationshipClass, 
    ambiguousRightHandSide : IEnumerable<SqlPotentialElementDescriptor>, 
    annotations : IEnumerable<SqlAnnotationDescriptor>
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlSchemaAnalyzer Třída

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů