DTSPersistState Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class DTSPersistState
C#
public enum DTSPersistState
type DTSPersistState =
Public Enum DTSPersistState
- Inheritance
-
DTSPersistState
Name | Value | Description |
---|---|---|
PS_DEFAULT | 0 | |
PS_PERSISTASHEX | 1 | |
PS_PERSISTASCDATA | 2 |
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.
Produkt | Versioner |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |