ExportViewListGetResponse Classe
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.
Conservez les détails de la réponse à un ExportViewListGetRequest.
public ref class ExportViewListGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="ExportViewListGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ExportViewListGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="ExportViewListGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ExportViewListGetResponse = class
Public Class ExportViewListGetResponse
- Héritage
-
ExportViewListGetResponse
- Attributs
Constructeurs
ExportViewListGetResponse() |
Initialise une nouvelle instance de la classe ExportViewListGetResponse ayant des valeurs par défaut. |
ExportViewListGetResponse(Collection<ExportView>, OperationResult) |
Initialise une nouvelle instance de la classe ExportViewListGetResponse qui a le tableau spécifié des vues d'exportation et le résultat d'opération. |
Champs
ExportViews |
Une collection de vues d'exportation. |
OperationResult |
Résultat d'opération incluant un ID unique pour le suivi et l'enregistrement. |