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.