SqlObject.LoadAndStore(XmlReadDoc, Assembly, StringCollection) 方法

定義

從 assemblyObject 組合語言中指定的 XML 文件載入 requestedFields 指定的欄位;另外,載入後初始化屬性間的靜態連結。

protected internal virtual void LoadAndStore(Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadDoc xrd, System.Reflection.Assembly assemblyObject, System.Collections.Specialized.StringCollection requestedFields);
abstract member LoadAndStore : Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadDoc * System.Reflection.Assembly * System.Collections.Specialized.StringCollection -> unit
override this.LoadAndStore : Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadDoc * System.Reflection.Assembly * System.Collections.Specialized.StringCollection -> unit
Protected Friend Overridable Sub LoadAndStore (xrd As XmlReadDoc, assemblyObject As Assembly, requestedFields As StringCollection)

參數

assemblyObject
Assembly
requestedFields
StringCollection

適用於