ParameterDef GUID Property

Meta Data Services Programming

Meta Data Services Programming

ParameterDef GUID Property

This property is a string that stores the globally unique identifier (GUID) that defines the COM-based interface to which the parameter refers.

Syntax

Object.GUID

The GUID property syntax has the following part.

Part Description
object The ParameterDef object
Remarks

You cannot set GUID using the CreateParameterDef method. Setting the GUID property is useful when you have a dispatch-based interface (for example, ITransactionObjectCol object that has a data type of vt_dispatch). You can set a GUID as a parameter for a TransactionObjectCol object, even though the object is not a method.

See Also

ParameterDef Object

Object Identifiers and Internal Identifiers