Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.33 KB

File metadata and controls

39 lines (28 loc) · 1.33 KB
title Double Slash (Comment) (DMX)
description Double Slash (Comment) (DMX)
ms.date 02/17/2022
ms.service sql
ms.subservice analysis-services
ms.topic reference
ms.custom dmx

Double Slash (Comment) (DMX)

[!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 // for single-line comments only. 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)
-- (Comment) (DMX) Summary
Data Mining Extensions (DMX) Operator Reference
Operators (DMX)