AnnotationCollection.SetText Method

 

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 SetText(String, Boolean)

Sets the Annotation, with the specified name, to a specified Boolean value.

System_CAPS_pubmethod SetText(String, Int32)

Sets the Annotation, with the specified name, to a specified Int32 value.

System_CAPS_pubmethod SetText(String, String)

Sets the Annotation, with the specified name, to a specified String value.

System_CAPS_pubmethod SetText(String, String, Boolean)

Sets the Annotation, with the specified name, to a specified String value. Can also be used to remove a named annotation if it is set to a null reference.

See Also

AnnotationCollection Class
Microsoft.AnalysisServices Namespace

Return to top