AnnotationType Enumeration
The AnnotationType enumeration provides options that determine the type of the annotation and where the annotation is emitted.
Enumeration Values
Name | Summary |
---|---|
CodeComment | Specifies that the annotation is a code comment intended for consumption only by other developers. |
Documentation | Specifies that the annotation is documentation that should be emitted into the automatically generated documentation for this project. |
Description | Specifies that the annotation is a description that should be emitted into the generated objects (SQL Server, SSIS, SSAS) for this project. |
Tag | Specifies that the annotation is a metadata tag that will be used by downstream processing. |