Pole StagingGetRequest.IncludeUnbatchedInformation
Jeśli true, unbatched informacje są uwzględniane; w przeciwnym razie false.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
Order := )> _
Public IncludeUnbatchedInformation As Boolean
'Użycie
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