Annotation Constructor

 

Applies To: SQL Server (starting with 2016)

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Overload List

Name Description
System_CAPS_pubmethod Annotation()

Initializes a new instance of the Annotation class using the default values.

System_CAPS_pubmethod Annotation(String)

Initializes a new instance of the Annotation class using a name.

System_CAPS_pubmethod Annotation(String, String)

Initializes a new instance of Annotation using a name and a value.

System_CAPS_pubmethod Annotation(String, XmlNode)

Initializes a new instance of Annotation using a name and a value as an XmlNode.

See Also

Annotation Class
Microsoft.AnalysisServices Namespace

Return to top