SqlWorkflowInstanceStoreBehavior.InstanceEncodingOption Eigenschap

Definitie

Hiermee haalt u de eigenschap op of stelt u deze InstanceEncodingOption in. Met deze eigenschap geeft u op of de statusgegevens van het exemplaar worden gecomprimeerd met behulp van het GZip-algoritme voordat de informatie wordt opgeslagen in het persistentiearchief.

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

Waarde van eigenschap

true als de informatie over de instantiestatus wordt gecomprimeerd met behulp van het GZip-algoritme; anders false.

Van toepassing op