Enum AnnotationType
C#
public enum AnnotationType
Fields
CodeComment | Specifies that the annotation is a code comment intended for consumption only by other developers. |
Description | Specifies that the annotation is a description that should be emitted into the generated objects (SQL Server, SSIS, SSAS) for this project. |
Documentation | Specifies that the annotation is documentation that should be emitted into the automatically generated documentation for this project. |
Tag | Specifies that the annotation is a metadata tag that will be used by downstream processing. |