Value Property
后续版本的 Microsoft SQL Server 将删除该功能。 请避免在新的开发工作中使用该功能,并着手修改当前还在使用该功能的应用程序。
The Value property returns the current value of the referenced object property.
语法
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
注释
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.