Sprache

ExportViewCreateRequest Konstruktoren

Definition

Initialisiert eine neue Instanz der ExportViewCreateRequest-Klasse.

Überlädt

Name Beschreibung
ExportViewCreateRequest()

Initialisiert eine neue Instanz der ExportViewCreateRequest Klasse mit Standardwerten.

ExportViewCreateRequest(International, ExportView)

Initialisiert eine neue Instanz der ExportViewCreateRequest Klasse, die die angegebenen kulturellen Einstellungen und ExportViewbesitzt.

ExportViewCreateRequest()

Initialisiert eine neue Instanz der ExportViewCreateRequest Klasse mit Standardwerten.

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

Gilt für:

ExportViewCreateRequest(International, ExportView)

Initialisiert eine neue Instanz der ExportViewCreateRequest Klasse, die die angegebenen kulturellen Einstellungen und ExportViewbesitzt.

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)

Parameter

International
International

Die kulturellen Rahmenbedingungen.

ExportView
ExportView

Die ExportView.

Gilt für: