Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Sets the property value associated with the helper.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Sub SetPropertyValue ( _
o As Object, _
index As Integer, _
value As Object _
)
'Utilisation
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
)
Paramètres
- o
Type : System.Object
The object.
- index
Type : System.Int32
The index.
- value
Type : System.Object
The value.
Implémente
IDTSManagedPropertyHelper100.SetPropertyValue(Object, Int32, Object)