Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an existing offline External Item to the list of subscription members of the subscription.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Sub AddTemporaryMember ( _
id As Identity _
)
'Usage
Dim instance As ISubscription
Dim id As Identity
instance.AddTemporaryMember(id)
void AddTemporaryMember(
Identity id
)
Parameters
id
Type: Microsoft.BusinessData.Runtime.IdentityThe identity identifier.
Remarks
The offline External Item is added in a temporary state and is removed or made permanent with the next refresh of the subscription.