IAdministrationService.InsertRelatedManagedEntities(IList<Pair<Guid,Object>>, Guid, Boolean, IList<List<Pair<Guid,Object>>>, IList<List<Pair<Guid,Object>>>, IList<Guid>, Guid, String) 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.
Insert related entities.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::ResultSet ^> ^ InsertRelatedManagedEntities(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::Pair<Guid, System::Object ^> ^> ^ managedEntityKeyPairs, Guid managedEntityTypeId, bool managedEntityIdIsSourceOfRelationship, System::Collections::Generic::IList<System::Collections::Generic::List<Microsoft::EnterpriseManagement::Common::Pair<Guid, System::Object ^> ^> ^> ^ keyPairsList, System::Collections::Generic::IList<System::Collections::Generic::List<Microsoft::EnterpriseManagement::Common::Pair<Guid, System::Object ^> ^> ^> ^ propertyPairsList, System::Collections::Generic::IList<Guid> ^ managedTypeIdList, Guid relationshipTypeId, System::String ^ languageCode);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet> InsertRelatedManagedEntities (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Guid,object>> managedEntityKeyPairs, Guid managedEntityTypeId, bool managedEntityIdIsSourceOfRelationship, System.Collections.Generic.IList<System.Collections.Generic.List<Microsoft.EnterpriseManagement.Common.Pair<Guid,object>>> keyPairsList, System.Collections.Generic.IList<System.Collections.Generic.List<Microsoft.EnterpriseManagement.Common.Pair<Guid,object>>> propertyPairsList, System.Collections.Generic.IList<Guid> managedTypeIdList, Guid relationshipTypeId, string languageCode);
abstract member InsertRelatedManagedEntities : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Guid, obj>> * Guid * bool * System.Collections.Generic.IList<System.Collections.Generic.List<Microsoft.EnterpriseManagement.Common.Pair<Guid, obj>>> * System.Collections.Generic.IList<System.Collections.Generic.List<Microsoft.EnterpriseManagement.Common.Pair<Guid, obj>>> * System.Collections.Generic.IList<Guid> * Guid * string -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>
Public Function InsertRelatedManagedEntities (managedEntityKeyPairs As IList(Of Pair(Of Guid, Object)), managedEntityTypeId As Guid, managedEntityIdIsSourceOfRelationship As Boolean, keyPairsList As IList(Of List(Of Pair(Of Guid, Object))), propertyPairsList As IList(Of List(Of Pair(Of Guid, Object))), managedTypeIdList As IList(Of Guid), relationshipTypeId As Guid, languageCode As String) As IList(Of ResultSet)
Parameters
- managedEntityTypeId
- Guid
- managedEntityIdIsSourceOfRelationship
- Boolean
- relationshipTypeId
- Guid
- languageCode
- String