다음을 통해 공유


TryCatchStatement.TryStatements 속성

Gets or sets the try statements.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property TryStatements As StatementList 
    Get 
    Set
‘사용 방법
Dim instance As TryCatchStatement 
Dim value As StatementList 

value = instance.TryStatements

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

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.StatementList
The try statements.

참고 항목

참조

TryCatchStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스