Compartir a través de


TryCatchStatement.CatchStatements Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property CatchStatements As StatementList 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.StatementList
The catch statements that may have zero elements.

Vea también

Referencia

TryCatchStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom