Classe ExportViewListGetResponse
Hold details of the response to an ExportViewListGetRequest.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.ExportViewListGetResponse
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "ExportViewListGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class ExportViewListGetResponse
'Utilizzo
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
Nel tipo ExportViewListGetResponse sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
ExportViews | A collection of export views. |
![]() |
OperationResult | The operation result, including a unique ID for tracking and logging. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.