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 value of the property.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub SetValue ( _
pObject As Object, _
NewValue As Object _
)
'Utilisation
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
)
Paramètres
- pObject
Type : System.Object
The object instance on which you want to set the value of the property.
- NewValue
Type : System.Object
The new value to which to set the property.
Notes
For more information, see DtsProperty.