IAdministrationService.DeleteRelatedManagedEntities(Guid, IList<Pair<Guid,Object>>, Guid, Boolean, Guid, Guid) Method
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.
Delete related entities.
public:
void DeleteRelatedManagedEntities(Guid managedEntityId, System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::Pair<Guid, System::Object ^> ^> ^ managedEntityKeyPairs, Guid managedTypeId, bool managedEntityIdIsSourceOfRelationship, Guid removeManagedTypeId, Guid relationshipTypeId);
public void DeleteRelatedManagedEntities (Guid managedEntityId, System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Guid,object>> managedEntityKeyPairs, Guid managedTypeId, bool managedEntityIdIsSourceOfRelationship, Guid removeManagedTypeId, Guid relationshipTypeId);
abstract member DeleteRelatedManagedEntities : Guid * System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Guid, obj>> * Guid * bool * Guid * Guid -> unit
Public Sub DeleteRelatedManagedEntities (managedEntityId As Guid, managedEntityKeyPairs As IList(Of Pair(Of Guid, Object)), managedTypeId As Guid, managedEntityIdIsSourceOfRelationship As Boolean, removeManagedTypeId As Guid, relationshipTypeId As Guid)
Parameters
- managedEntityId
- Guid
- managedTypeId
- Guid
- managedEntityIdIsSourceOfRelationship
- Boolean
- removeManagedTypeId
- Guid
- relationshipTypeId
- Guid