IncrementalDiscoveryData.Add Method

Definition

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Includes objects for insertion.

Overloads

Add(EnterpriseManagementObject)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Includes objects for insertion.

Add(EnterpriseManagementObjectProjection)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Include an object of EnterpriseManagementObjectProjection for insertion.

Add<T>(EnterpriseManagementRelationshipObject<T>)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Includes objects for insertion.

Add(EnterpriseManagementObject)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Includes objects for insertion.

public:
 void Add(Microsoft::EnterpriseManagement::Common::EnterpriseManagementObject ^ enterpriseManagementObject);
public void Add (Microsoft.EnterpriseManagement.Common.EnterpriseManagementObject enterpriseManagementObject);
member this.Add : Microsoft.EnterpriseManagement.Common.EnterpriseManagementObject -> unit
Public Sub Add (enterpriseManagementObject As EnterpriseManagementObject)

Parameters

enterpriseManagementObject
EnterpriseManagementObject

The object to insert.

Applies to

Add(EnterpriseManagementObjectProjection)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Include an object of EnterpriseManagementObjectProjection for insertion.

public:
 void Add(Microsoft::EnterpriseManagement::Common::EnterpriseManagementObjectProjection ^ projection);
public void Add (Microsoft.EnterpriseManagement.Common.EnterpriseManagementObjectProjection projection);
member this.Add : Microsoft.EnterpriseManagement.Common.EnterpriseManagementObjectProjection -> unit
Public Sub Add (projection As EnterpriseManagementObjectProjection)

Parameters

projection
EnterpriseManagementObjectProjection

The projection object to insert.

Applies to

Add<T>(EnterpriseManagementRelationshipObject<T>)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Includes objects for insertion.

public:
generic <typename T>
 where T : Microsoft::EnterpriseManagement::Common::EnterpriseManagementObject void Add(Microsoft::EnterpriseManagement::Common::EnterpriseManagementRelationshipObject<T> ^ enterpriseManagementRelationshipObject);
public void Add<T> (Microsoft.EnterpriseManagement.Common.EnterpriseManagementRelationshipObject<T> enterpriseManagementRelationshipObject) where T : Microsoft.EnterpriseManagement.Common.EnterpriseManagementObject;
member this.Add : Microsoft.EnterpriseManagement.Common.EnterpriseManagementRelationshipObject<'T (requires 'T :> Microsoft.EnterpriseManagement.Common.EnterpriseManagementObject)> -> unit (requires 'T :> Microsoft.EnterpriseManagement.Common.EnterpriseManagementObject)
Public Sub Add(Of T As EnterpriseManagementObject) (enterpriseManagementRelationshipObject As EnterpriseManagementRelationshipObject(Of T))

Type Parameters

T

Parameters

enterpriseManagementRelationshipObject
EnterpriseManagementRelationshipObject<T>

The relationship object to insert.

Applies to