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 ExportViewListGetRequest class that has the specified cultural settings.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International _
)
'Usage
Dim International As International
Dim instance As New ExportViewListGetRequest(International)
public ExportViewListGetRequest(
International International
)
public:
ExportViewListGetRequest(
International^ International
)
new :
International:International -> ExportViewListGetRequest
public function ExportViewListGetRequest(
International : International
)
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
Siehe auch
Verweis
ExportViewListGetRequest Klasse