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 or updates the application definition for a business application in the Business Data Catalog from XML.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function ImportPackage ( _
stream As Stream, _
context As ParseContext, _
packageContents As PackageContents _
) As LobSystem
'Usage
Dim instance As ApplicationRegistry
Dim stream As Stream
Dim context As ParseContext
Dim packageContents As PackageContents
Dim returnValue As LobSystem
returnValue = instance.ImportPackage(stream, _
context, packageContents)
public LobSystem ImportPackage(
Stream stream,
ParseContext context,
PackageContents packageContents
)
Parameters
- stream
Type: System.IO.Stream
The stream to read.
- context
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.ParseContext
A parse context to parse the stream.
- packageContents
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.PackageContents
One of the PackageContents enumeration values.
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystem
An LobSystem object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace