Méthode DtsProperty.SetValue
Sets the value of the property.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Sub SetValue ( _
o As Object, _
value As Object _
)
'Utilisation
Dim instance As DtsProperty
Dim o As Object
Dim value As Object
instance.SetValue(o, value)
public void SetValue(
Object o,
Object value
)
public:
void SetValue(
Object^ o,
Object^ value
)
member SetValue :
o:Object *
value:Object -> unit
public function SetValue(
o : Object,
value : Object
)
Paramètres
- o
Type : System.Object
The object instance on which you want to set the value of the property.
- value
Type : System.Object
The value to which to set the property.