IDTSCustomProperty100.State 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 DTSPersistState 中的一个值,该值控制 IDTSCustomProperty100 值存储在包 XML 中的方式。
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSPersistState State { Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSPersistState get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSPersistState value); };
[System.Runtime.InteropServices.DispId(102)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSPersistState State { [System.Runtime.InteropServices.DispId(102)] get; [System.Runtime.InteropServices.DispId(102)] set; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
[<set: System.Runtime.InteropServices.DispId(102)>]
member this.State : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSPersistState with get, set
Public Property State As DTSPersistState
属性值
DTSPersistState 枚举中的一个值。
- 属性
注解
默认值为 PS_DEFAULT ,指示属性值直接存储在包 XML 的 XML 元素中。 包含 XML 文档中无效的值的属性应指定 PS_PERSISTASCDATA,它将 XML 元素值包装在 CDATA 节中,确保包正确保存。