Método SqlSchemaAnalyzer.IdentifiedSupportingStatement
Esse método lida com a descoberta de uma nova instrução de suporte.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- fragment
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
O fragmento que define a nova declaração de suporte.
- sqlElementDescriptor
Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlElementDescriptor
O elemento associado.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.