SqlWorkflowInstanceStoreElement.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.
Ruft die optionale Eigenschaft ab oder legt sie fest, die angibt, wie die Komprimierung bei Instanzdaten verwendet wird.
public:
property System::Activities::DurableInstancing::InstanceEncodingOption InstanceEncodingOption { System::Activities::DurableInstancing::InstanceEncodingOption get(); void set(System::Activities::DurableInstancing::InstanceEncodingOption value); };
[System.Configuration.ConfigurationProperty("instanceEncodingOption", DefaultValue=System.Activities.DurableInstancing.InstanceEncodingOption.GZip, IsRequired=false)]
public System.Activities.DurableInstancing.InstanceEncodingOption InstanceEncodingOption { get; set; }
[<System.Configuration.ConfigurationProperty("instanceEncodingOption", DefaultValue=System.Activities.DurableInstancing.InstanceEncodingOption.GZip, IsRequired=false)>]
member this.InstanceEncodingOption : System.Activities.DurableInstancing.InstanceEncodingOption with get, set
Public Property InstanceEncodingOption As InstanceEncodingOption
Eigenschaftswert
Eine Option, die die Art bestimmt, in der die Datenkomprimierung ggf. ausgeführt wird.
- Attribute
Hinweise
Mögliche Werte für diese Eigenschaft sind "None", die keine Komprimierung angibt, und "GZip", das angibt, dass instance Daten komprimiert sind und den gzip-Algorithmus verwendet.