Set Property (SQL-DMO)

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

Applies To

Property Object

Syntax

object.Set

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

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.

Data Type

Boolean

Modifiable

Read-only

  


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