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