指定されたエクスポート ビューの配列と操作結果を持つ ExportViewListGetResponse クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Sub New ( _
ExportViews As Collection(Of ExportView), _
OperationResult As OperationResult _
)
'使用
Dim ExportViews As Collection(Of ExportView)
Dim OperationResult As OperationResult
Dim instance As New ExportViewListGetResponse(ExportViews, _
OperationResult)
public ExportViewListGetResponse(
Collection<ExportView> ExportViews,
OperationResult OperationResult
)
public:
ExportViewListGetResponse(
Collection<ExportView^>^ ExportViews,
OperationResult^ OperationResult
)
new :
ExportViews:Collection<ExportView> *
OperationResult:OperationResult -> ExportViewListGetResponse
public function ExportViewListGetResponse(
ExportViews : Collection<ExportView>,
OperationResult : OperationResult
)
パラメーター
- ExportViews
型: System.Collections.ObjectModel.Collection<ExportView>
エクスポート ビューのコレクション。
- OperationResult
型: Microsoft.MasterDataServices.OperationResult
追跡およびログ記録の一意の ID を含む操作結果。