Set Property

DTS Programming

DTS Programming

Set Property

The Set property returns TRUE when the referenced object property is read/write rather than read-only.

Applies To
Property Object
Syntax

object.Set

Part Description
object Expression that evaluates to a Property object

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetSet(VARIANT_BOOL *pRetVal);

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.

When FALSE, the property referenced is read-only.

See Also

Get Property