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.
Creates a new operation mode with a specified cache mode.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
cacheUsage As CacheUsage _
)
'Usage
Dim cacheUsage As CacheUsage
Dim instance As New OperationMode(cacheUsage)
public OperationMode(
CacheUsage cacheUsage
)
Parameters
cacheUsage
Type: Microsoft.BusinessData.Runtime.CacheUsageThe specified cache mode.