次の方法で共有


BdcException.IsRetriable プロパティ

例外が発生した操作を実行しても安全だかどうかを決定します。

名前空間:  Microsoft.BusinessData.Infrastructure
アセンブリ:  Microsoft.BusinessData (Microsoft.BusinessData.dll 内)

構文

'宣言
Public Overridable Property IsRetriable As Boolean
    Get
    Set
'使用
Dim instance As BdcException
Dim value As Boolean

value = instance.IsRetriable

instance.IsRetriable = value
public virtual bool IsRetriable { get; set; }

プロパティ値

型: System.Boolean
true操作を実行しても安全である場合それ以外の場合、 falseします。

関連項目

参照先

BdcException クラス

BdcException メンバー

Microsoft.BusinessData.Infrastructure 名前空間