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 命名空间