Value Property
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
The Value property returns the current value of the referenced object property.
Syntax
object
.Value [= value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
An applicable value, if the Property object references a read/write or write-only value
Data Type
Variant
Modifiable
Read/write
Remarks
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 Valueproperty, see the specific property documentation.