Metodo SqlObject.LoadAndStore

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Loads the requested fields from the specified XML document in the specified assembly.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Protected Friend Overridable Sub LoadAndStore ( _
    xrd As XmlReadDoc, _
    assemblyObject As Assembly, _
    requestedFields As StringCollection _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

SqlObject Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc