次の方法で共有


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 (名前空間と名前の組み合わせ) です。

適用対象