Méthode LoadAndStore
Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Loads the requested fields from the specified XML document in the specified assembly.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Sub LoadAndStore ( _
xrd As XmlReadDoc, _
assemblyObject As Assembly, _
requestedFields As StringCollection _
)
'Utilisation
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
)
Paramètres
- 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.