Поделиться через


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 list
  • value
    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 Value property, see the specific property documentation.

Applies To:

Property Object