다음을 통해 공유


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(네임스페이스와 이름의 조합)입니다.

적용 대상