Свойство TryCatchStatement.CatchStatements

Gets or sets the catch statements that may have zero elements.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property CatchStatements As StatementList 
    Get 
    Set
'Применение
Dim instance As TryCatchStatement 
Dim value As StatementList 

value = instance.CatchStatements

instance.CatchStatements = value
public StatementList CatchStatements { get; set; }
public:
property StatementList^ CatchStatements {
    StatementList^ get ();
    void set (StatementList^ value);
}
member CatchStatements : StatementList with get, set
function get CatchStatements () : StatementList 
function set CatchStatements (value : StatementList)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.StatementList
The catch statements that may have zero elements.

См. также

Справочник

TryCatchStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom