Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies how an IDTSCustomProperty100 is persisted in the package XML file.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Public Enumeration DTSPersistState
'Utilisation
Dim instance As DTSPersistState
public enum DTSPersistState
public enum class DTSPersistState
type DTSPersistState
public enum DTSPersistState
Membres
| Nom de membre | Description | |
|---|---|---|
| PS_DEFAULT | Specifies to persist the property directly in the package XML. | |
| PS_PERSISTASCDATA | Specifies to wrap the property value in a CDATA section in the XML for the package. | |
| PS_PERSISTASHEX | Specifies to store the property value as a hexadecimal value in the package XML. |
Notes
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.