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 (命名空間和名稱的結合)。

適用於