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
'使用
Dim instance As EndConversationStatement
Dim value As Literal

value = instance.ErrorCode

instance.ErrorCode = value
public Literal ErrorCode { get; set; }
public:
property Literal^ ErrorCode {
    Literal^ get ();
    void set (Literal^ value);
}
public function get ErrorCode () : Literal
public function set ErrorCode (value : Literal)

プロパティ値

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

参照

参照

EndConversationStatement クラス

EndConversationStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間