Classe ExportViewListGetResponse
Hold details of the response to an ExportViewListGetRequest.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.ExportViewListGetResponse
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<MessageContractAttribute(WrapperName := "ExportViewListGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class ExportViewListGetResponse
'Utilisation
Dim instance As ExportViewListGetResponse
[MessageContractAttribute(WrapperName = "ExportViewListGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class ExportViewListGetResponse
[MessageContractAttribute(WrapperName = L"ExportViewListGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class ExportViewListGetResponse
[<MessageContractAttribute(WrapperName = "ExportViewListGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type ExportViewListGetResponse = class end
public class ExportViewListGetResponse
Le type ExportViewListGetResponse expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ExportViewListGetResponse() | Initializes a new instance of the ExportViewListGetResponse class that has default values. | |
ExportViewListGetResponse(Collection<ExportView>, OperationResult) | Initializes a new instance of the ExportViewListGetResponse class that has the specified array of export views and operation result. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
ExportViews | A collection of export views. | |
OperationResult | The operation result, including a unique ID for tracking and logging. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.