Database.PrefetchObjects メソッド

定義

オーバーロード

名前 説明
PrefetchObjects()

データベース内のすべてのオブジェクトを初期化します。

PrefetchObjects(Type, ScriptingOptions)

t 型のすべてのオブジェクトと、スクリプトを作成するために必要な子を初期化します。

PrefetchObjects(Type)

型 t とその子のすべてのオブジェクトを初期化します。

PrefetchObjects()

データベース内のすべてのオブジェクトを初期化します。

public void PrefetchObjects();
member this.PrefetchObjects : unit -> unit
Public Sub PrefetchObjects ()

適用対象

PrefetchObjects(Type, ScriptingOptions)

t 型のすべてのオブジェクトと、スクリプトを作成するために必要な子を初期化します。

public void PrefetchObjects(Type objectType, Microsoft.SqlServer.Management.Smo.ScriptingOptions scriptingOptions);
member this.PrefetchObjects : Type * Microsoft.SqlServer.Management.Smo.ScriptingOptions -> unit
Public Sub PrefetchObjects (objectType As Type, scriptingOptions As ScriptingOptions)

パラメーター

objectType
Type
scriptingOptions
ScriptingOptions

適用対象

PrefetchObjects(Type)

型 t とその子のすべてのオブジェクトを初期化します。

public void PrefetchObjects(Type objectType);
member this.PrefetchObjects : Type -> unit
Public Sub PrefetchObjects (objectType As Type)

パラメーター

objectType
Type

適用対象