ServiceClient.ExportViewCreate(International, ExportView) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une nouvelle vue d'exportation (abonnement).
public:
Microsoft::MasterDataServices::OperationResult ^ ExportViewCreate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::ExportView ^ ExportView);
public Microsoft.MasterDataServices.OperationResult ExportViewCreate (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.ExportView ExportView);
member this.ExportViewCreate : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.ExportView -> Microsoft.MasterDataServices.OperationResult
Public Function ExportViewCreate (International As International, ExportView As ExportView) As OperationResult
Paramètres
- International
- International
Paramètres de culture.
- ExportView
- ExportView
Vue d'exportation qui est utilisée pour créer une nouvelle vue d'exportation (abonnement).
Retours
Objet OperationResult qui représente le résultat de l'opération.