StagingGetRequest.IncludeUnbatchedInformation 属性

Gets or sets a value indicating whether unbatched information is to be included.

命名空间:  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 if unbatched information is to be in; otherwise, false.

请参阅

参考

StagingGetRequest 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间