Share via


IDTSCustomProperty90.Value Property

Gets or sets the object value of an IDTSCustomProperty90 object.

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

구문

‘선언
<DispIdAttribute(101)> _
Property Value As Object
[DispIdAttribute(101)] 
Object Value { get; set; }
[DispIdAttribute(101)] 
property Object^ Value {
    Object^ get ();
    void set ([InAttribute] Object^ pvValue);
}
/** @property */
/** @attribute DispIdAttribute(101) */ 
Object get_Value ()

/** @property */
/** @attribute DispIdAttribute(101) */ 
void set_Value (/** @attribute InAttribute() */ Object pvValue)
DispIdAttribute(101) 
function get Value () : Object

DispIdAttribute(101) 
function set Value (pvValue : Object)

속성 값

An object that contains the value of the IDTSCustomProperty90 object.

주의

Custom properties contain variants or objects that allow them to store object values for all types of objects. When retrieving the value of a custom property, the object is then cast to the expected type.

[!참고] The IDTSCustomProperty90 interface has limited support for property values of type Object. The only object that you can store as the value of a custom property is an array of simple types such as strings or integers.

스레드 보안

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