PropertySet Property

DTS Programming

DTS Programming

PropertySet Property

The PropertySet property specifies the globally unique identifier (GUID) of the OLE DB property set.

Applies To
OLEDBProperty Object OLEDBProperty2 Object
Syntax

object.PropertySet

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

Data Type

String

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetPropertySet(BSTR *pRetVal);

Remarks

The syntax of GUIDs is:

{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}

where X represents hexadecimal digits. The groupings are 8, 4, 4, 4, and 12 digits.

See Also

PropertyID Property