MetadataGetResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the MetadataGetResponse class.
Overloads
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. |
MetadataGetResponse()
Initializes a new instance of the MetadataGetResponse class that has default values.
public:
MetadataGetResponse();
public MetadataGetResponse ();
Public Sub New ()
Applies to
MetadataGetResponse(Metadata, OperationResult)
Initializes a new instance of the MetadataGetResponse class that has the specified metadata to retrieve and the operation result.
public:
MetadataGetResponse(Microsoft::MasterDataServices::Metadata ^ Metadata, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public MetadataGetResponse (Microsoft.MasterDataServices.Metadata Metadata, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.MetadataGetResponse : Microsoft.MasterDataServices.Metadata * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.MetadataGetResponse
Public Sub New (Metadata As Metadata, OperationResult As OperationResult)
Parameters
- Metadata
- Metadata
The metadata to retrieve.
- OperationResult
- OperationResult
The operation result, including a unique ID for tracking and logging.