次の方法で共有


StagingGetRequest.IncludeUnbatchedInformation プロパティ

バッチ解除情報を含めるかどうかを示す値を取得または設定します。

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

構文

'宣言
<MessageBodyMemberAttribute> _
Public Property IncludeUnbatchedInformation As Boolean 
    Get 
    Set
'使用
Dim instance As StagingGetRequest 
Dim value As Boolean 

value = instance.IncludeUnbatchedInformation

instance.IncludeUnbatchedInformation = value
[MessageBodyMemberAttribute]
public bool IncludeUnbatchedInformation { get; set; }
[MessageBodyMemberAttribute]
public:
property bool IncludeUnbatchedInformation {
    bool get ();
    void set (bool value);
}
[<MessageBodyMemberAttribute>]
member IncludeUnbatchedInformation : bool with get, set
function get IncludeUnbatchedInformation () : boolean 
function set IncludeUnbatchedInformation (value : boolean)

プロパティ値

型: System.Boolean
バッチ解除情報を含める場合は true、それ以外の場合は false です。

関連項目

参照

StagingGetRequest クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間