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 EntityMembersDeleteResponse class that has the specified operation result.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
OperationResult As OperationResult _
)
'Usage
Dim OperationResult As OperationResult
Dim instance As New EntityMembersDeleteResponse(OperationResult)
public EntityMembersDeleteResponse(
OperationResult OperationResult
)
public:
EntityMembersDeleteResponse(
OperationResult^ OperationResult
)
new :
OperationResult:OperationResult -> EntityMembersDeleteResponse
public function EntityMembersDeleteResponse(
OperationResult : OperationResult
)
Parameters
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
See Also
Reference
EntityMembersDeleteResponse Class