要素を持たない可能性のある CATCH ステートメントを取得または設定します。
名前空間: 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
要素を持たない可能性のある CATCH ステートメント。