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が含まれます。

適用対象