LazyNode 생성자

정의

LazyNode 클래스의 새 인스턴스를 초기화합니다.

오버로드

LazyNode()

기본 속성 값을 사용하여 LazyNode 클래스의 새 인스턴스를 초기화합니다.

LazyNode(SerializationInfo, StreamingContext)

지정한 정보와 컨텍스트를 포함하는 LazyNode 클래스의 새 인스턴스를 초기화합니다.

LazyNode()

기본 속성 값을 사용하여 LazyNode 클래스의 새 인스턴스를 초기화합니다.

protected:
 LazyNode();
protected LazyNode ();
Protected Sub New ()

적용 대상

LazyNode(SerializationInfo, StreamingContext)

지정한 정보와 컨텍스트를 포함하는 LazyNode 클래스의 새 인스턴스를 초기화합니다.

protected:
 LazyNode(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected LazyNode (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.LazyNode : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.LazyNode
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

개체를 직렬화하거나 역직렬화하는 데 필요한 모든 데이터를 저장합니다.

context
StreamingContext

추가 컨텍스트의 일부로 지정한 컨텍스트입니다.

적용 대상