次の方法で共有


ModelMembersBulkUpdateResponse.StagingBatches フィールド

ステージング バッチ識別子を含む配列。

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

構文

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

value = instance.StagingBatches

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

関連項目

参照

ModelMembersBulkUpdateResponse クラス

Microsoft.MasterDataServices 名前空間