Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the ExportViewCreateRequest class that has the specified cultural settings and ExportView.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
International As International, _
ExportView As ExportView _
)
'Utilisation
Dim International As International
Dim ExportView As ExportView
Dim instance As New ExportViewCreateRequest(International, _
ExportView)
public ExportViewCreateRequest(
International International,
ExportView ExportView
)
public:
ExportViewCreateRequest(
International^ International,
ExportView^ ExportView
)
new :
International:International *
ExportView:ExportView -> ExportViewCreateRequest
public function ExportViewCreateRequest(
International : International,
ExportView : ExportView
)
Paramètres
- International
Type : Microsoft.MasterDataServices.International
The cultural settings.
- ExportView
Type : Microsoft.MasterDataServices.ExportView
The ExportView.
Voir aussi
Référence
ExportViewCreateRequest Classe