ExportViewUpdateRequest 构造函数 (International, ExportView)

Initializes a new instance of the ExportViewUpdateRequest class that has the specified cultural settings and ExportView.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
Public Sub New ( _
    International As International, _
    ExportView As ExportView _
)
用法
Dim International As International
Dim ExportView As ExportView

Dim instance As New ExportViewUpdateRequest(International, _
    ExportView)
public ExportViewUpdateRequest(
    International International,
    ExportView ExportView
)
public:
ExportViewUpdateRequest(
    International^ International, 
    ExportView^ ExportView
)
new : 
        International:International * 
        ExportView:ExportView -> ExportViewUpdateRequest
public function ExportViewUpdateRequest(
    International : International, 
    ExportView : ExportView
)

参数

请参阅

参考

ExportViewUpdateRequest 类

ExportViewUpdateRequest 重载

Microsoft.MasterDataServices 命名空间