ExportViewListGetResponse クラス

定義

への応答の詳細を 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
継承
ExportViewListGetResponse
属性

コンストラクター

ExportViewListGetResponse()

ExportViewListGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。

ExportViewListGetResponse(Collection<ExportView>, OperationResult)

指定されたエクスポート ビューの配列と操作結果を持つ ExportViewListGetResponse クラスの新しいインスタンスを初期化します。

フィールド

ExportViews

エクスポート ビューのコレクション。

OperationResult

追跡およびログ記録の一意の ID を含む操作結果。

適用対象