DTSPersistState Enum

Definition

public enum class DTSPersistState
public enum DTSPersistState
type DTSPersistState = 
Public Enum DTSPersistState
Inheritance
DTSPersistState

Fields

PS_DEFAULT 0
PS_PERSISTASCDATA 2
PS_PERSISTASHEX 1

Remarks

The State property of a IDTSCustomProperty100 defaults to PS_DEFAULT.

If a custom property might contain invalid characters in its value, components should use the PS_PERSISTASCDATA field.

Applies to