DecoratableSchemaAnalyzer.IdentifiedElement Method
Handles the discovery of a new symbol.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides Sub IdentifiedElement ( _
fragment As TSqlFragment, _
sqlElementDescriptor As SqlElementDescriptor _
)
'Usage
Dim instance As DecoratableSchemaAnalyzer
Dim fragment As TSqlFragment
Dim sqlElementDescriptor As SqlElementDescriptor
instance.IdentifiedElement(fragment, _
sqlElementDescriptor)
public override void IdentifiedElement(
TSqlFragment fragment,
SqlElementDescriptor sqlElementDescriptor
)
public:
virtual void IdentifiedElement(
TSqlFragment^ fragment,
SqlElementDescriptor^ sqlElementDescriptor
) override
public override function IdentifiedElement(
fragment : TSqlFragment,
sqlElementDescriptor : SqlElementDescriptor
)
abstract IdentifiedElement :
fragment:TSqlFragment *
sqlElementDescriptor:SqlElementDescriptor -> unit
override IdentifiedElement :
fragment:TSqlFragment *
sqlElementDescriptor:SqlElementDescriptor -> unit
Parameters
- fragment
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
The fragment to which the symbol belongs
- sqlElementDescriptor
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlElementDescriptor
The element descriptor
.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.
See Also
Reference
DecoratableSchemaAnalyzer Class