ClassID Property

DTS Programming

DTS Programming

ClassID Property

The ClassID property returns the class ID and a globally unique identifier (GUID), under which a class of a component used by Data Transformation Services (DTS) is registered in the operating system registry.

Applies To
OLEDBProviderInfo Object TaskInfo Object
ScriptingLanguageInfo Object TransformationInfo Object
Syntax

object.ClassID

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

Data Type

String

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetClassID(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

ImplementationFileName Property

ImplementationFileVersionString Property

UseCache Property