LoadAndStore 方法
不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Loads the requested fields from the specified XML document in the specified assembly.
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Protected Friend Overridable Sub LoadAndStore ( _
xrd As XmlReadDoc, _
assemblyObject As Assembly, _
requestedFields As StringCollection _
)
用法
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
)
参数
- xrd
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .XmlReadDoc
A XmlReadDoc object specifying the XML document to read.
- assemblyObject
类型:System.Reflection. . :: . .Assembly
A Assembly object specifying the assembly containing the XML document.
- requestedFields
类型:System.Collections.Specialized. . :: . .StringCollection
A StringCollection object specifying the fields to load.