SqlWorkflowInstanceStoreBehavior.InstanceEncodingOption Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Dient zum Abrufen oder Festlegen der InstanceEncodingOption Eigenschaft. Diese Eigenschaft gibt an, ob die Instanzstatusinformationen mithilfe des GZip-Algorithmus komprimiert werden, bevor die Informationen im Persistenzspeicher gespeichert werden.
public:
property System::Activities::DurableInstancing::InstanceEncodingOption InstanceEncodingOption { System::Activities::DurableInstancing::InstanceEncodingOption get(); void set(System::Activities::DurableInstancing::InstanceEncodingOption value); };
public System.Activities.DurableInstancing.InstanceEncodingOption InstanceEncodingOption { get; set; }
member this.InstanceEncodingOption : System.Activities.DurableInstancing.InstanceEncodingOption with get, set
Public Property InstanceEncodingOption As InstanceEncodingOption
Eigenschaftswert
true wenn die Instanzstatusinformationen mithilfe des GZip-Algorithmus komprimiert werden; andernfalls false.