Поделиться через


Свойство IDTSCustomProperty100.State

Gets or sets a value from a DTSPersistState that controls how the IDTSCustomProperty100 value is stored in the package XML.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Property State As DTSPersistState 
    Get 
    Set
'Применение
Dim instance As IDTSCustomProperty100 
Dim value As DTSPersistState 

value = instance.State

instance.State = value
DTSPersistState State { get; set; }
property DTSPersistState State {
    DTSPersistState get ();
    void set (DTSPersistState value);
}
abstract State : DTSPersistState with get, set
function get State () : DTSPersistState 
function set State (value : DTSPersistState)

Значение свойства

Тип: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSPersistState
A value from the DTSPersistState enumeration.

Замечания

The default value is PS_DEFAULT and indicates the property value is stored directly in the XML element in the package XML. Properties that contain values that are not valid in an XML document should specify PS_PERSISTASCDATA, which wraps the XML element value in a CDATA section, ensuring the package is persisted correctly.

См. также

Справочник

IDTSCustomProperty100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper