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