StagingGetResponse.UnbatchedInformation フィールド

バッチに関連付けられていないステージング システム内のレコードの概要情報。

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

構文

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

value = instance.UnbatchedInformation

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

関連項目

参照

StagingGetResponse クラス

Microsoft.MasterDataServices 名前空間