EndConversationStatement.ErrorCode 属性

获取或设置错误代码(如果已指定 WITH ERROR 子句)。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.Literal

.NET Framework 安全性

请参见

参考

EndConversationStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间