Classe MetadataCloneResponse
Defines the message contract for the metadata clone response.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.MetadataCloneResponse
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<MessageContractAttribute(WrapperName := "MetadataCloneResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class MetadataCloneResponse
'Utilisation
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
Le type MetadataCloneResponse expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
OperationResult | The operation result, including a unique ID for tracking and logging. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.