次の方法で共有


EntityStagingBatch.ErrorView プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

詳細なエラー結果を含むビューを取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property ErrorView As String 
    Get 
    Set
'使用
Dim instance As EntityStagingBatch 
Dim value As String 

value = instance.ErrorView

instance.ErrorView = value
[DataMemberAttribute]
public string ErrorView { get; set; }
[DataMemberAttribute]
public:
property String^ ErrorView {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member ErrorView : string with get, set
function get ErrorView () : String 
function set ErrorView (value : String)

プロパティ値

型: System.String
詳細なエラー結果を含むビューです。

関連項目

参照

EntityStagingBatch クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間