InstancePersistenceCommand(XName) 构造函数

定义

初始化 InstancePersistenceCommand 类的实例。

protected:
 InstancePersistenceCommand(System::Xml::Linq::XName ^ name);
protected InstancePersistenceCommand (System.Xml.Linq.XName name);
new System.Runtime.DurableInstancing.InstancePersistenceCommand : System.Xml.Linq.XName -> System.Runtime.DurableInstancing.InstancePersistenceCommand
Protected Sub New (name As XName)

参数

name
XName

此命令的 XName(命名空间和名称的组合)。

适用于