Partager via


IDTSCustomProperty90.Value Property

Gets or sets the object value of an IDTSCustomProperty90 object.

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

Syntaxe

'Déclaration
<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)

Valeur de propriété

An object that contains the value of the IDTSCustomProperty90 object.

Notes

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.

ms199379.note(fr-fr,SQL.90).gifRemarque :
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.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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