StagingNameCheckResponse 类

定义

为临时名称检查响应定义消息约定。

public ref class StagingNameCheckResponse
[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="StagingNameCheckResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingNameCheckResponse
[<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="StagingNameCheckResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingNameCheckResponse = class
Public Class StagingNameCheckResponse
继承
StagingNameCheckResponse
属性

构造函数

StagingNameCheckResponse()

初始化具有默认值的 StagingNameCheckResponse 类的新实例。

StagingNameCheckResponse(Boolean, OperationResult)

使用指定的属性初始化 StagingNameCheckResponse 类的新实例。

字段

IsUnique

指定临时名称是否唯一。

OperationResult

表示操作结果,包括用于跟踪和日志记录的唯一 ID。

适用于