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 fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The Value property returns the current value of the referenced object property.
Syntaxe
object
.Value [= value]
Parts
- object
An expression that evaluates to an object in the Applies To list
- value
An applicable value, if the Property object references a read/write or write-only value
Data Type
Variant
Modifiable
Read/write
Notes
Setting a property value by using the Value property of the referencing Property object is not recommended. Instead, set the value of a changeable property by name. For more information about applicable values for the Value property, see the specific property documentation.