SqlObject.LoadAndStore(XmlReadDoc, Assembly, StringCollection) Metodo

Definizione

caricare dal documento xml specificato nell'assembly assemblyObject i campi specificati in requestedFields; dopo il caricamento inizializzare anche i collegamenti statici tra le proprietà.

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)

Parametri

assemblyObject
Assembly
requestedFields
StringCollection

Si applica a