SqlObject.LoadAndStore(XmlReadDoc, Assembly, StringCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
load from the specfied xml doc in the assemblyObject assembly the fields specified in requestedFields; also after loading initialize static links between the properties.
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)
Parameters
- xrd
- XmlReadDoc
- assemblyObject
- Assembly
- requestedFields
- StringCollection