Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Calls the Visit method for the specified type of fragment.
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
Public Overridable Sub ExplicitVisit ( _
node As CreateTypeTableStatement _
)
'Применение
Dim instance As TSqlFragmentVisitor
Dim node As CreateTypeTableStatement
instance.ExplicitVisit(node)
public virtual void ExplicitVisit(
CreateTypeTableStatement node
)
public:
virtual void ExplicitVisit(
CreateTypeTableStatement^ node
)
abstract ExplicitVisit :
node:CreateTypeTableStatement -> unit
override ExplicitVisit :
node:CreateTypeTableStatement -> unit
public function ExplicitVisit(
node : CreateTypeTableStatement
)
Параметры
- node
Тип: Microsoft.SqlServer.TransactSql.ScriptDom.CreateTypeTableStatement
The node.