SqlObject.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
)

参数

请参阅

参考

SqlObject 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间