LazyNode 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 LazyNode 类的新实例。
重载
LazyNode() |
使用默认属性值初始化 LazyNode 类的新实例。 |
LazyNode(SerializationInfo, StreamingContext) |
使用指定的信息和上下文初始化 LazyNode 类的新实例。 |
LazyNode()
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
指定为附加上下文的一部分的上下文。