LazyNode Constructors

Definition

Initializes a new instance of the LazyNode class.

Overloads

LazyNode()

Initializes a new instance of the LazyNode class with the default property values.

LazyNode(SerializationInfo, StreamingContext)

Initializes a new instance of the LazyNode class with the specified information and context.

LazyNode()

Initializes a new instance of the LazyNode class with the default property values.

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

Applies to

LazyNode(SerializationInfo, StreamingContext)

Initializes a new instance of the LazyNode class with the specified information and context.

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)

Parameters

info
SerializationInfo

Stores all the data needed to serialize or deserialize the object.

context
StreamingContext

Context specified as part of additional context.

Applies to