Compartir a través de


DtsProperty.SetValue Método

Sets the value of the property.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Sub SetValue ( _
    o As Object, _
    value As Object _
)
'Uso
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
)

Parámetros

  • o
    Tipo: System.Object
    The object instance on which you want to set the value of the property.
  • value
    Tipo: System.Object
    The value to which to set the property.

Vea también

Referencia

DtsProperty Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime