ExportViewListGetResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
保存对 的 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。 |