Classe MetadataGetResponse
Defines the message contract for the metadata get response.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.MetadataGetResponse
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<MessageContractAttribute(WrapperName := "MetadataGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class MetadataGetResponse
'Utilisation
Dim instance As MetadataGetResponse
[MessageContractAttribute(WrapperName = "MetadataGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class MetadataGetResponse
[MessageContractAttribute(WrapperName = L"MetadataGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class MetadataGetResponse
[<MessageContractAttribute(WrapperName = "MetadataGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type MetadataGetResponse = class end
public class MetadataGetResponse
Le type MetadataGetResponse expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
MetadataGetResponse() | Initializes a new instance of the MetadataGetResponse class that has default values. | |
MetadataGetResponse(Metadata, OperationResult) | Initializes a new instance of the MetadataGetResponse class that has the specified metadata to retrieve and the 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 | |
---|---|---|
Metadata | The metadata to retrieve. | |
OperationResult | The operation result, including a unique ID for tracking and logging. |
Haut de la page
Notes
MetadataGetResponse includes a Metadata type as a container for any requested metadata information.
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.