IDTSCustomProperty100.State 属性

定义

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

属性值

DTSPersistState 枚举中的值。

属性

注解

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

适用于