StagingGetRequest.IncludeUnbatchedInformation 欄位
If true, unbatched information is included; otherwise, 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