Public Member Functions | |
HRESULT | Executor ([in] IDSSUser *pUser) |
The executor the current request is for. | |
HRESULT | Executor ([out, retval] IDSSUser ppUser) |
The executor the current request is for. | |
HRESULT | Info ([out, retval] IDSSObjectInfo ppInfo) |
The standard IDSSObjectInfo property for name, ID, ACL, etc. | |
HRESULT | Script ([out, retval] IDSSScript ppScript) |
The content of the current request. |
|
The executor the current request is for. Executor is a user object. It is the user on whose behalf the server will execute the current request. Not used after MicroStrategy 7.1.
|
|
The executor the current request is for. Executor is a user object. It is the user on whose behalf the server will execute the current request. Not used after MicroStrategy 7.1.
|
|
The standard IDSSObjectInfo property for name, ID, ACL, etc. Standard IDSSObjectInfo property of a first class object. It contains the ID, Name, and PropertySet of a DSS Script.
|
|
The content of the current request. This read-only property is the script of the current request. A script is the content of the request; it tells the server what to do to fulfill the request.
|