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.
object.ClassID
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
String
Read-only
HRESULT GetClassID(BSTR* pRetVal);
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.
ImplementationFileName Property