IDTSManagedPropertyHelper100.SetPropertyValue 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Sets the property value associated with the helper.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Sub SetPropertyValue ( _
pObject As Object, _
Index As Integer, _
vValue As Object _
)
'用途
Dim instance As IDTSManagedPropertyHelper100
Dim pObject As Object
Dim Index As Integer
Dim vValue As Object
instance.SetPropertyValue(pObject, Index, _
vValue)
void SetPropertyValue(
Object pObject,
int Index,
Object vValue
)
void SetPropertyValue(
[InAttribute] Object^ pObject,
int Index,
[InAttribute] Object^ vValue
)
abstract SetPropertyValue :
pObject:Object *
Index:int *
vValue:Object -> unit
function SetPropertyValue(
pObject : Object,
Index : int,
vValue : Object
)
參數
- pObject
型別:System.Object
The object.
- Index
型別:System.Int32
The index.
- vValue
型別:System.Object
The property value.
備註
For more information, see ManagedHelper.ManagedPropertyHelper.