SqlObject.LoadAndStore(XmlReadDoc, Assembly, StringCollection) Method

Definition

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

assemblyObject
Assembly
requestedFields
StringCollection

Applies to