ExportViewCreateRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ExportViewCreateRequest class.
Overloads
ExportViewCreateRequest() |
Initializes a new instance of the ExportViewCreateRequest class that has default values. |
ExportViewCreateRequest(International, ExportView) |
Initializes a new instance of the ExportViewCreateRequest class that has the specified cultural settings and ExportView. |
ExportViewCreateRequest()
Initializes a new instance of the ExportViewCreateRequest class that has default values.
public:
ExportViewCreateRequest();
public ExportViewCreateRequest ();
Public Sub New ()
Applies to
ExportViewCreateRequest(International, ExportView)
Initializes a new instance of the ExportViewCreateRequest class that has the specified cultural settings and ExportView.
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)
Parameters
- International
- International
The cultural settings.
- ExportView
- ExportView
The ExportView.