CommandProperties Property

DTS Programming

DTS Programming

CommandProperties Property

The CommandProperties property returns a reference to an OLEDBProperties collection, which contains an OLEDBProperty object for each OLE DB command property for the connection.

Applies To
ExecuteSQLTask Object ExecuteSQLTask2 Object
Syntax

object.CommandProperties

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

Data Type

OLEDBProperties Collection

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetCommandProperties(IDTSOleDBProperties **pRetVal);

See Also

Connection2 Object

OLEDBProperty Object