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