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

適用対象