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