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 ( _
reader As XmlReader, _
context As ParseContext, _
packageContents As PackageContents _
) As LobSystem
'Usage
Dim instance As ApplicationRegistry
Dim reader As XmlReader
Dim context As ParseContext
Dim packageContents As PackageContents
Dim returnValue As LobSystem
returnValue = instance.ImportPackage(reader, _
context, packageContents)
public LobSystem ImportPackage(
XmlReader reader,
ParseContext context,
PackageContents packageContents
)
Parameters
- reader
Type: System.Xml.XmlReader
The reader 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