IDTSCustomProperty100.State 属性

定义

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSPersistState State { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSPersistState get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSPersistState value); };
[System.Runtime.InteropServices.DispId(102)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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.Sql2014.DTSPersistState with get, set
Public Property State As DTSPersistState

属性值

DTSPersistState 枚举中的一个值。

属性

注解

默认值为 PS_DEFAULT,指示属性值直接存储在包 XML 的 XML 元素中。 包含 XML 文档中无效的值的属性应指定PS_PERSISTASCDATA,它将 XML 元素值包装在 CDATA 节中,确保包正确保存。

适用于