ExportViewListGetResponse Classe

Définition

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.

S’applique à