SqlSchemaAnalyzer.VisitAmbiguousFragment Method
This method handles additional processing that is required for a node or schema identifier.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overridable Sub VisitAmbiguousFragment ( _
fragment As TSqlFragment, _
possibilities As IEnumerable(Of SqlPotentialElementDescriptor) _
)
public virtual void VisitAmbiguousFragment(
TSqlFragment fragment,
IEnumerable<SqlPotentialElementDescriptor> possibilities
)
public:
virtual void VisitAmbiguousFragment(
TSqlFragment^ fragment,
IEnumerable<SqlPotentialElementDescriptor^>^ possibilities
)
abstract VisitAmbiguousFragment :
fragment:TSqlFragment *
possibilities:IEnumerable<SqlPotentialElementDescriptor> -> unit
override VisitAmbiguousFragment :
fragment:TSqlFragment *
possibilities:IEnumerable<SqlPotentialElementDescriptor> -> unit
public function VisitAmbiguousFragment(
fragment : TSqlFragment,
possibilities : IEnumerable<SqlPotentialElementDescriptor>
)
Parameters
- fragment
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Node to be processed.
- possibilities
Type: System.Collections.Generic.IEnumerable<SqlPotentialElementDescriptor>
An enumerable of possible hits.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.