Database.PrefetchObjects 메서드

정의

오버로드

Name Description
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

적용 대상