/*...*/ (Comment) (DMX)
Indicates a text string that Analysis Services should not execute. The server does not evaluate the text between the comment characters, /* and */. You can nest comments within a Data Mining Extensions (DMX) statement, include them at the end of a line of code, or insert them on a separate line.
Syntax
/* Comment_Text */
Parameters
- Comment_Text
The string that contains the text of the comment.
Remarks
Multiple-line comments must be indicated by /* and */.
There is no maximum length for comments.
See Also
Reference
// (Comment) (DMX)
-- (Comment) (DMX)
Data Mining Extensions (DMX) Operator Reference
Operators (DMX)