EndConversationStatement.ErrorDescription (Propiedad)

Obtiene o establece una descripción de error, si se especificó la cláusula WITH ERROR.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

EndConversationStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)