다음을 통해 공유


IDTSCustomProperty90.State Property

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

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
<DispIdAttribute(102)> _
Property State As DTSPersistState
[DispIdAttribute(102)] 
DTSPersistState State { get; set; }
[DispIdAttribute(102)] 
property DTSPersistState State {
    DTSPersistState get ();
    void set ([InAttribute] DTSPersistState pePropertyState);
}
/** @property */
/** @attribute DispIdAttribute(102) */ 
DTSPersistState get_State ()

/** @property */
/** @attribute DispIdAttribute(102) */ 
void set_State (/** @attribute InAttribute() */ DTSPersistState pePropertyState)
DispIdAttribute(102) 
function get State () : DTSPersistState

DispIdAttribute(102) 
function set State (pePropertyState : 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.

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

IDTSCustomProperty90 Interface
IDTSCustomProperty90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace