Get Property (SQL-DMO)

The Get property returns True when the application can extract the value of the referenced object property.

Applies To

Property Object

Syntax

object.Get

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

When True, the property referenced is read/write or read-only.

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

Data Type

Boolean

Modifiable

Read-only

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.