Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.41 KB

comment-dmx-summary.md

File metadata and controls

42 lines (31 loc) · 1.41 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic ms.custom
-- (Comment) (DMX) Summary
-- (Comment) (DMX) Summary
kfollis
kfollis
kfollis
02/17/2022
sql
analysis-services
reference
dmx

-- (Comment) (DMX) Summary

[!INCLUDEssas]

Indicates a text string that [!INCLUDEssASnoversion] should not execute. 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

Use this operator for single-line or nested comments. Comments that are inserted by using -- are delimited by the newline character.

There is no maximum length for comments.

For more information about how to use different kinds of comments in DMX, see Comments (DMX).

See Also

Slash Star (Comment) (DMX)
Double Slash (Comment) (DMX)
Data Mining Extensions (DMX) Operator Reference
Operators (DMX)