다음을 통해 공유


DurableInstancingOptions.InstanceStore 속성

정의

InstanceStore와 같은 SqlWorkflowInstanceStore 클래스의 구체적인 구현을 참조합니다.

public:
 property System::Runtime::DurableInstancing::InstanceStore ^ InstanceStore { System::Runtime::DurableInstancing::InstanceStore ^ get(); void set(System::Runtime::DurableInstancing::InstanceStore ^ value); };
public System.Runtime.DurableInstancing.InstanceStore InstanceStore { get; set; }
member this.InstanceStore : System.Runtime.DurableInstancing.InstanceStore with get, set
Public Property InstanceStore As InstanceStore

속성 값

InstanceStore

InstanceStore 클래스의 구체적인 구현입니다.

적용 대상