Set Property

SQL-DMO

SQL-DMO

Set Property

The Set property returns TRUE when the referenced object property is changeable.

Applies To
Property Object
Syntax

object.Set

Parts

object

Expression that evaluates to an object in the Applies To list

Data Type

Boolean

Modifiable

Read-only

Remarks

When TRUE, the property referenced is read/write or write-only. However, an application attempt to change the property value is not guaranteed to succeed. Constraints for the referenced object property, such as properties that can only be set prior to Microsoft® SQL Server™ component creation, can cause a property change to fail.

When FALSE, the property referenced is read-only.