Método SqlObject.LoadAndStore
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. 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 (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Protected Friend Overridable Sub LoadAndStore ( _
xrd As XmlReadDoc, _
assemblyObject As Assembly, _
requestedFields As StringCollection _
)
'Uso
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
)
Parâmetros
- xrd
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadDoc
A XmlReadDoc object specifying the XML document to read.
- assemblyObject
Tipo: System.Reflection.Assembly
A Assembly object specifying the assembly containing the XML document.
- requestedFields
Tipo: System.Collections.Specialized.StringCollection
A StringCollection object specifying the fields to load.