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
- fragment
Typ: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Fragment patří vztah.
- leftHandSide
Typ: Microsoft.Data.Schema.Sql.SchemaModel.SqlElementDescriptor
Představuje levé vztah.
- relationshipClass
Typ: Microsoft.Data.Schema.SchemaModel.ModelRelationshipClass
Představuje typ vztahu.
- ambiguousRightHandSide
Typ: System.Collections.Generic.IEnumerable<SqlPotentialElementDescriptor>
Představuje pravé vztah, který nelze vyřešit.
- annotations
Typ: System.Collections.Generic.IEnumerable<SqlAnnotationDescriptor>
Poznámky spojené s vztah.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.