次の方法で共有


StagingGetRequest.IncludeUnbatchedInformation フィールド

バッチ化されていない項目の情報を含める場合は true、それ以外の場合は false です。

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

構文

'宣言
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public IncludeUnbatchedInformation As Boolean
'使用
Dim instance As StagingGetRequest
Dim value As Boolean

value = instance.IncludeUnbatchedInformation

instance.IncludeUnbatchedInformation = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public bool IncludeUnbatchedInformation
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public:
bool IncludeUnbatchedInformation
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )>]
val mutable IncludeUnbatchedInformation: bool
public var IncludeUnbatchedInformation : boolean

関連項目

参照

StagingGetRequest クラス

Microsoft.MasterDataServices 名前空間