Skip to main content

Enum AnnotationType

Namespace: Varigence.Languages.Biml

Assembly: Biml.dll

C#


public enum AnnotationType

Fields

FieldsDescription
CodeCommentSpecifies that the annotation is a code comment intended for consumption only by other developers.
DescriptionSpecifies that the annotation is a description that should be emitted into the generated objects (SQL Server, SSIS, SSAS) for this project.
DocumentationSpecifies that the annotation is documentation that should be emitted into the automatically generated documentation for this project.
TagSpecifies that the annotation is a metadata tag that will be used by downstream processing.