共用方式為


ExportViewListGetResponse 建構函式 (Collection<ExportView>, OperationResult)

Initializes a new instance of the ExportViewListGetResponse class that has the specified array of export views and operation result.

命名空間:  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 命名空間