Langage

ExportViewCreateRequest Constructeurs

Définition

Initialise une nouvelle instance de la classe ExportViewCreateRequest.

Surcharges

Nom Description
ExportViewCreateRequest()

Initialise une nouvelle instance de la ExportViewCreateRequest classe qui possède des valeurs par défaut.

ExportViewCreateRequest(International, ExportView)

Initialise une nouvelle instance de la ExportViewCreateRequest classe qui possède les paramètres culturels et ExportViewspécifiés .

ExportViewCreateRequest()

Initialise une nouvelle instance de la ExportViewCreateRequest classe qui possède des valeurs par défaut.

public:
 ExportViewCreateRequest();
public ExportViewCreateRequest();
Public Sub New ()

S’applique à

ExportViewCreateRequest(International, ExportView)

Initialise une nouvelle instance de la ExportViewCreateRequest classe qui possède les paramètres culturels et ExportViewspécifiés .

public:
 ExportViewCreateRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::ExportView ^ ExportView);
public ExportViewCreateRequest(Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.ExportView ExportView);
new Microsoft.MasterDataServices.ExportViewCreateRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.ExportView -> Microsoft.MasterDataServices.ExportViewCreateRequest
Public Sub New (International As International, ExportView As ExportView)

Paramètres

International
International

Les contextes culturels.

ExportView
ExportView

Le ExportView.

S’applique à