IDTSCustomProperty90.Value Property
Gets or sets the object value of an IDTSCustomProperty90 object.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Sintassi
'Dichiarazione
<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)
Valore proprietà
An object that contains the value of the IDTSCustomProperty90 object.
Osservazioni
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.
[!NOTA] 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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
IDTSCustomProperty90 Interface
IDTSCustomProperty90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace