SqlSchemaAnalyzer.IdentifiedAmbiguousRelationship - метод
Этот метод обрабатывает обнаружение нового отношения, правая часть которого не может быть разрешена.
Пространство имен: Microsoft.Data.Schema.Sql.SchemaModel
Сборка: Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)
Синтаксис
'Декларация
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>
)
Параметры
- fragment
Тип: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Фрагмент, к которому принадлежит отношение.
- leftHandSide
Тип: Microsoft.Data.Schema.Sql.SchemaModel.SqlElementDescriptor
Представляет левую часть отношения.
- relationshipClass
Тип: Microsoft.Data.Schema.SchemaModel.ModelRelationshipClass
Представляет тип отношения.
- ambiguousRightHandSide
Тип: System.Collections.Generic.IEnumerable<SqlPotentialElementDescriptor>
Представляет правую часть отношения, которую невозможно разрешить.
- annotations
Тип: System.Collections.Generic.IEnumerable<SqlAnnotationDescriptor>
Заметки, связанные с отношением.
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.