SqlObject.LoadAndStore Method
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Loads the requested fields from the specified XML document in the specified assembly.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Friend Overridable Sub LoadAndStore ( _
xrd As XmlReadDoc, _
assemblyObject As Assembly, _
requestedFields As StringCollection _
)
'Usage
Dim xrd As XmlReadDoc
Dim assemblyObject As [Assembly]
Dim requestedFields As StringCollection
Me.LoadAndStore(xrd, assemblyObject, _
requestedFields)
protected internal virtual void LoadAndStore(
XmlReadDoc xrd,
Assembly assemblyObject,
StringCollection requestedFields
)
protected public:
virtual void LoadAndStore(
XmlReadDoc^ xrd,
Assembly^ assemblyObject,
StringCollection^ requestedFields
)
abstract LoadAndStore :
xrd:XmlReadDoc *
assemblyObject:Assembly *
requestedFields:StringCollection -> unit
override LoadAndStore :
xrd:XmlReadDoc *
assemblyObject:Assembly *
requestedFields:StringCollection -> unit
function LoadAndStore(
xrd : XmlReadDoc,
assemblyObject : Assembly,
requestedFields : StringCollection
)
Parameters
- xrd
Type: Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadDoc
A XmlReadDoc object specifying the XML document to read.
- assemblyObject
Type: System.Reflection.Assembly
A Assembly object specifying the assembly containing the XML document.
- requestedFields
Type: System.Collections.Specialized.StringCollection
A StringCollection object specifying the fields to load.