Поделиться через


Класс MetadataCloneResponse

Defines the message contract for the metadata clone response.

Иерархия наследования

System.Object
  Microsoft.MasterDataServices.MetadataCloneResponse

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<MessageContractAttribute(WrapperName := "MetadataCloneResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class MetadataCloneResponse
'Применение
Dim instance As MetadataCloneResponse
[MessageContractAttribute(WrapperName = "MetadataCloneResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class MetadataCloneResponse
[MessageContractAttribute(WrapperName = L"MetadataCloneResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class MetadataCloneResponse
[<MessageContractAttribute(WrapperName = "MetadataCloneResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type MetadataCloneResponse =  class end
public class MetadataCloneResponse

Тип MetadataCloneResponse обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод MetadataCloneResponse() Initializes a new instance of the MetadataCloneResponse class that has default values.
Открытый метод MetadataCloneResponse(OperationResult) Initializes a new instance of the MetadataCloneResponse class that has the specified operation result.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Поля

  Имя Описание
Открытое поле OperationResult The operation result, including a unique ID for tracking and logging.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices