次の方法で共有


ExportViewListGetResponse コンストラクター (Collection<ExportView>, OperationResult)

指定されたエクスポート ビューの配列と操作結果を持つ 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
)

パラメーター

関連項目

参照

ExportViewListGetResponse クラス

ExportViewListGetResponse オーバーロード

Microsoft.MasterDataServices 名前空間