Metodo ManagedHelper.ManagedPropertyHelper.SetPropertyValue
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Sets the property value associated with the helper.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Sub SetPropertyValue ( _
o As Object, _
index As Integer, _
value As Object _
)
'Utilizzo
Dim instance As ManagedHelper.ManagedPropertyHelper
Dim o As Object
Dim index As Integer
Dim value As Object
instance.SetPropertyValue(o, index, value)
public void SetPropertyValue(
Object o,
int index,
Object value
)
public:
virtual void SetPropertyValue(
Object^ o,
int index,
Object^ value
) sealed
abstract SetPropertyValue :
o:Object *
index:int *
value:Object -> unit
override SetPropertyValue :
o:Object *
index:int *
value:Object -> unit
public final function SetPropertyValue(
o : Object,
index : int,
value : Object
)
Parametri
- o
Tipo: System.Object
The object.
- index
Tipo: System.Int32
The index.
- value
Tipo: System.Object
The value.
Implementa
IDTSManagedPropertyHelper100.SetPropertyValue(Object, Int32, Object)