Condividi tramite


Proprietà EndConversationStatement.ErrorCode

Ottiene o imposta un codice di errore, se è specificata la clausola WITH ERROR.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property ErrorCode As Literal
    Get
    Set
public Literal ErrorCode { get; set; }
public:
property Literal^ ErrorCode {
    Literal^ get ();
    void set (Literal^ value);
}
member ErrorCode : Literal with get, set
function get ErrorCode () : Literal
function set ErrorCode (value : Literal)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Sicurezza di .NET Framework

Vedere anche

Riferimenti

EndConversationStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql