• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Class AstSsisAnnotationNode

AstSsisAnnotationNode corresponds directly to a SQL Server Integration Services design surface text annotation.

Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
    public class AstSsisAnnotationNode : AstNode, IBindableItem, IVulcanCollectionParent, IVulcanNotifyPropertyChanged, IPropertyChangeNotificationTarget, IGetJsonProvider, IFrameworkItem, INotifyPropertyChanged, IXObjectMappingProvider, IValidationInfo, IDataErrorInfo
    
  
Inheritance
System.Object
AstNode
AstSsisAnnotationNode
Implements

IBindableItem, Varigence.Utility.Collections.IVulcanCollectionParent, Varigence.Utility.ComponentModel.IVulcanNotifyPropertyChanged, Varigence.Utility.ComponentModel.IPropertyChangeNotificationTarget, IGetJsonProvider, IFrameworkItem, System.ComponentModel.INotifyPropertyChanged, Varigence.Utility.Xml.IXObjectMappingProvider, IValidationInfo, System.ComponentModel.IDataErrorInfo,

Constructors

Name Description
AstSsisAnnotationNode(IFrameworkItem)

Initializes a new instance of the AstSsisAnnotationNode class with the specified parent node.

Properties

Name Description
FontFamily

Specifies the font family or typeface that should be used to render the annotation text on the SSIS design surface. The default value is Tahoma.

FontFamilyDefaultValue

Gets the default value for the FontFamily property

FontSize

Specifies the point size that should be used to render the annotation text on the SSIS design surface. The default value is 11.

FontSizeDefaultValue

Gets the default value for the FontSize property

FontStyle

Specifies the style that should be used to render the text of the annotation on the SSIS design surface. If the value specified in the FontFamily property does not support the specified FontSyle, the supplied FontStyle value will be ignored. The default value is Regular.

FontStyleDefaultValue

Gets the default value for the FontStyle property

FriendlyTypeName

Gets the friendly name of the type of this node

FriendlyTypeNameStatic

Gets the friendly name of the type of this node

Height

Specifies the height of the bounding box around the text of the SSIS annotation. If this value is too small or if the Width property value was too small (resulting in text wrapping), the SSIS design surface will override the supplied height value. The default value is 50.

HeightDefaultValue

Gets the default value for the Height property

Text

Specifies the text of the annotation that will be placed on the SSIS design surface.

TextDefaultValue

Gets the default value for the Text property

Width

Specifies the width of the bounding box around the text of the SSIS annotation. If this value is too small, the SSIS design surface will make a best effort to render the annotation, which usually results in wrapping of the annotation text and an increase of the height of the bounding box beyond what was specified in the Height property. The default value is 100.

WidthDefaultValue

Gets the default value for the Width property

X

Specifies the horizontal or x-axis offset of the top-left corner of this SSIS annotation within its parent container. The default is 0.

XDefaultValue

Gets the default value for the X property

Y

Specifies the vertical or y-axis offset of the top-left corner of this SSIS annotation within its parent container. The default is 0.

YDefaultValue

Gets the default value for the Y property

Methods

Name Description
BindingScopeBoundaries()

Retrieves the permitted scope boundaries to bind references from this node.

CopyFrom(IFrameworkItem, UnboundReferences)

Instructs the node to copy property values from the supplied node into itself. This method should only be used by the internal Biml framework.

Duplicate()

Creates a duplicate of the current node

Duplicate(Dictionary<IFrameworkItem, IFrameworkItem>)

Creates a duplicate of the current node with the scoped node mapping

Duplicate(IFrameworkItem)

Creates a duplicate of the current node with the specified parent item

Duplicate(IFrameworkItem, Dictionary<IFrameworkItem, IFrameworkItem>)

Creates a duplicate of the current node with the specified parent item and scoped node mapping

DuplicateHusk(IFrameworkItem)

Creates an empty object into which the values from the current node will be duplicated. This method should only be used by the internal Biml framework

DuplicateInto(IFrameworkItem, Dictionary<IFrameworkItem, IFrameworkItem>)

Copies the values from the current node into a husk object with the specified scoped node mapping. This method should only be used by the internal Biml framework

EmitXmlForAction(AstEnginePropertyAction)

Instructs the node to make changes to its underlying Biml code that correspond to the provided action. This method should only be used by the internal Biml framework.

EmitXmlForProperty(String, Int32)

Instructs the node to make changes to its underlying Biml code that correspond to the provided property and index. This method should only be used by the internal Biml framework.

GetBimlAttributeFragment(CulturedStringBuilder)
GetBimlChildFragment(CulturedStringBuilder, Int32)
GetBimlFragment(CulturedStringBuilder, Int32, Boolean)

Internal method used by the Biml engine to produce the XML code for the current object.

GetDefaultValue(String)

Retrieves the default value for the property with the name propertyName

GetDefaultValue<T>(String)

Retrieves the default value for the property with the name propertyName

GetJson(StringBuilder, ref Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Generates a JavaScript Object Notation (JSON) representation of the current node

GetPotentialParentProperties()

Retrieves the reflection information for related properties of this node type.

GetPropertyValue(String)

Retrieves the current value for the property with the name propertyName

GetReflectionInfoFromXmlParsePath(String)

Retrieves the reflection information corresponding to the Xml parse path beginning at this node.

GetSchemaLocalName()

Retrieves the local XML element name that corresponds to this node in Biml code.

HasAnyBimlChildNodes()
MergeFrom(IFrameworkItem, UnboundReferences, Boolean)

Instructs the node to merge property values from the supplied node into itself. This method should only be used by the internal Biml framework.

ParseAttribute(XAttribute, ParserContext)
ParseSelf(XElement, ParserContext)
StructureEquals(Object)

Compares this node to the provided object to determine if all defined children and references are equal.

Can't find what you're looking for?

Let us help you right now!

© Varigence