The UserData property associates user-defined data with a SQL-DMO object instance.
All SQL-DMO objects
object.UserData [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Long integer |
String
Read/write
HRESULT GetUserData(LPVOID *pRetVal);
HRESULT SetUserData(LPVOID lpvNewValue);