Udostępnij przez


Konstruktor ExportViewUpdateRequest (International, ExportView)

Inicjuje nowe wystąpienie ExportViewUpdateRequest klasy, która ma określone ustawienia kultury i ExportView.

Przestrzeń nazw:  Microsoft.MasterDataServices
Zestaw:  Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)

Składnia

'Deklaracja
Public Sub New ( _
    International As International, _
    ExportView As ExportView _
)
'Użycie
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
)

Parametry