ExportViewUpdateRequest 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 ExportViewUpdateRequest class.
Overloads
ExportViewUpdateRequest() |
Initializes a new instance of the ExportViewUpdateRequest class that has default values. |
ExportViewUpdateRequest(International, ExportView) |
Initializes a new instance of the ExportViewUpdateRequest class that has the specified cultural settings and ExportView. |
ExportViewUpdateRequest()
Initializes a new instance of the ExportViewUpdateRequest class that has default values.
public:
ExportViewUpdateRequest();
public ExportViewUpdateRequest ();
Public Sub New ()
Applies to
ExportViewUpdateRequest(International, ExportView)
Initializes a new instance of the ExportViewUpdateRequest class that has the specified cultural settings and ExportView.
public:
ExportViewUpdateRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::ExportView ^ ExportView);
public ExportViewUpdateRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.ExportView ExportView);
new Microsoft.MasterDataServices.ExportViewUpdateRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.ExportView -> Microsoft.MasterDataServices.ExportViewUpdateRequest
Public Sub New (International As International, ExportView As ExportView)
Parameters
- International
- International
The cultural settings.
- ExportView
- ExportView
The ExportView.