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 네임스페이스