Metodo IDTSProperty100.SetValue
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Sets the value of the property.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Sub SetValue ( _
pObject As Object, _
NewValue As Object _
)
'Utilizzo
Dim instance As IDTSProperty100
Dim pObject As Object
Dim NewValue As Object
instance.SetValue(pObject, NewValue)
void SetValue(
Object pObject,
Object NewValue
)
void SetValue(
[InAttribute] Object^ pObject,
[InAttribute] Object^ NewValue
)
abstract SetValue :
pObject:Object *
NewValue:Object -> unit
function SetValue(
pObject : Object,
NewValue : Object
)
Parametri
- pObject
Tipo: System.Object
The object instance on which you want to set the value of the property.
- NewValue
Tipo: System.Object
The new value to which to set the property.
Osservazioni
For more information, see DtsProperty.