Compartir a través de


Get Property

Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.

The Get property returns TRUE if the application can extract the value of the referenced object property.

Sintaxis

object.Get

Part

  • object
    An expression that evaluates to an object in the Applies To list

Data Type

Boolean

Modifiable

Read-only

Notas

If TRUE, the property referenced is read/write or read-only.

If FALSE, the property referenced is write-only. Attempts to get the property value, such as that expressed in a catenation of values, fail.

Applies To: