Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the ExportViewUpdateRequest class that has the specified cultural settings and ExportView.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
ExportView As ExportView _
)
'Usage
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
)
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- ExportView
Typ: Microsoft.MasterDataServices.ExportView
The ExportView.
Siehe auch
Verweis
ExportViewUpdateRequest Klasse