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.
Finds the XML fragment in the Business Data Catalog's metadata repository and merges it with the specified XML fragment.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Shared Function MergeXml ( _
xmlReader As XmlReader, _
context As ParseContext, _
packageContents As PackageContents _
) As LobSystem
'Usage
Dim xmlReader As XmlReader
Dim context As ParseContext
Dim packageContents As PackageContents
Dim returnValue As LobSystem
returnValue = LobSystem.MergeXml(xmlReader, _
context, packageContents)
public static LobSystem MergeXml(
XmlReader xmlReader,
ParseContext context,
PackageContents packageContents
)
Parameters
- xmlReader
Type: System.Xml.XmlReader
An XMLReader object.
- context
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.ParseContext
The ParseContext object.
- packageContents
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.PackageContents
One of LocalizedNames, Model, Permissions, or Properties.
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystem
An LobSystem object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace