Класс VersionCopyResponse
Defines the message contract for the version copy response.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.VersionCopyResponse
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<MessageContractAttribute(WrapperName := "VersionCopyResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class VersionCopyResponse
'Применение
Dim instance As VersionCopyResponse
[MessageContractAttribute(WrapperName = "VersionCopyResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class VersionCopyResponse
[MessageContractAttribute(WrapperName = L"VersionCopyResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class VersionCopyResponse
[<MessageContractAttribute(WrapperName = "VersionCopyResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type VersionCopyResponse = class end
public class VersionCopyResponse
Тип VersionCopyResponse обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
VersionCopyResponse() | Initializes a new instance of the VersionCopyResponse class that has default values. |
![]() |
VersionCopyResponse(OperationResult) | Initializes a new instance of the VersionCopyResponse 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. |
В начало
Замечания
VersionCopyResponse provides only standard operation results.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.