LazyNode 建構函式

定義

初始化 LazyNode 類別的新執行個體。

多載

名稱 Description
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

上下文作為附加上下文的一部分指定。

適用於