共用方式為


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 命名空間