Compartilhar via


Get Property

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.

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

Sintaxe

object
.Get

Part

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

Data Type

Boolean

Modifiable

Read-only

Comentários

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: