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

See Also

Reference

SqlObject Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace