Método IDTSManagedPropertyHelper100.SetPropertyValue
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Sets the property value associated with the helper.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Sub SetPropertyValue ( _
pObject As Object, _
Index As Integer, _
vValue As Object _
)
'Uso
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
)
Parâmetros
- pObject
Tipo: System.Object
The object.
- Index
Tipo: System.Int32
The index.
- vValue
Tipo: System.Object
The property value.
Comentários
For more information, see ManagedHelper.ManagedPropertyHelper.