Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the MetadataGetResponse class that has the specified metadata to retrieve and the operation result.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
Metadata As Metadata, _
OperationResult As OperationResult _
)
'Usage
Dim Metadata As Metadata
Dim OperationResult As OperationResult
Dim instance As New MetadataGetResponse(Metadata, _
OperationResult)
public MetadataGetResponse(
Metadata Metadata,
OperationResult OperationResult
)
public:
MetadataGetResponse(
Metadata^ Metadata,
OperationResult^ OperationResult
)
new :
Metadata:Metadata *
OperationResult:OperationResult -> MetadataGetResponse
public function MetadataGetResponse(
Metadata : Metadata,
OperationResult : OperationResult
)
Parameters
- Metadata
Type: Microsoft.MasterDataServices.Metadata
The metadata to retrieve.
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.