Get Property
Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The Get property returns TRUE if the application can extract the value of the referenced object property.
Syntax
object
.Get
Part
- object
An expression that evaluates to an object in the Applies To list
Data Type
Boolean
Modifiable
Read-only
Hinweise
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.