Get Property
Questa funzionalità verrà rimossa in una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.
The Get property returns TRUE if the application can extract the value of the referenced object property.
Sintassi
object
.Get
Part
- object
An expression that evaluates to an object in the Applies To list
Data Type
Boolean
Modifiable
Read-only
Osservazioni
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.