ParseName Property

DTS Programming

DTS Programming

ParseName Property

The ParseName property returns the moniker parse name for the OLE DB data source provider class.

Applies To
OLEDBProviderInfo Object
Syntax

object.ParseName

Part Description
object Expression that evaluates to a OLEDBProviderInfo object

Data Type

String

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetParseName(BSTR* pRetVal);

Remarks

Typically, the ParseName property returns the ClassID of the OLE DB provider.

See Also

ClassID Property