LazyNode 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
上下文作為附加上下文的一部分指定。