Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Specifies how an IDTSCustomProperty90 is persisted in the package XML file.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Sintaxis
'Declaración
Public Enumeration DTSPersistState
public enum DTSPersistState
public enum class DTSPersistState
public enum DTSPersistState
public enum DTSPersistState
Members
| Member name | 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. |
Notas
The State property of a IDTSCustomProperty90 defaults to PS_DEFAULT.
If a custom property might contain invalid characters in its value, components should use the PS_PERSISTASCDATA field.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.