Поделиться через


SqlSchemaAnalyzer.IdentifiedSupportingStatement - метод

Этот метод обрабатывает обнаружение новой вспомогательной инструкции.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
Public Overridable Sub IdentifiedSupportingStatement ( _
    fragment As TSqlFragment, _
    sqlElementDescriptor As SqlElementDescriptor _
)
public virtual void IdentifiedSupportingStatement(
    TSqlFragment fragment,
    SqlElementDescriptor sqlElementDescriptor
)
public:
virtual void IdentifiedSupportingStatement(
    TSqlFragment^ fragment, 
    SqlElementDescriptor^ sqlElementDescriptor
)
abstract IdentifiedSupportingStatement : 
        fragment:TSqlFragment * 
        sqlElementDescriptor:SqlElementDescriptor -> unit 
override IdentifiedSupportingStatement : 
        fragment:TSqlFragment * 
        sqlElementDescriptor:SqlElementDescriptor -> unit 
public function IdentifiedSupportingStatement(
    fragment : TSqlFragment, 
    sqlElementDescriptor : SqlElementDescriptor
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

SqlSchemaAnalyzer Класс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен