IDTSCustomProperty90.Value Property

Gets or sets the object value of an IDTSCustomProperty90 object.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Declaration
<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)

Property Value

An object that contains the value of the IDTSCustomProperty90 object.

Remarks

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.

Note

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.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

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