CommandTypes

Enumerates values for the CommandType property. For more information about objects and interfaces to which this property applies, see the CommandType entries in Properties Cross-Reference.

CommandType Description
cmdCreateMember Defines one or more calculated members.
cmdCreateSet Defines one or more named sets of existing members.
cmdUseLibrary Specifies DLLs containing functions to be registered for use in MDX expressions. A user could write a DLL containing some special statistical functions, register this DLL with a USE LIBRARY command, and then run queries using these statistical functions.
cmdUnknown Defines statements not included in any of the above command types, such as DROP MEMBER statements or new statements that may be added to future versions.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.