AnnotationCollection.GetText Method (String)

 

Applies To: SQL Server (starting with 2016)

Gets the value of the Annotation, with the specified name.

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

Syntax

public string GetText(
    string name
)
public:
String^ GetText(
    String^ name
)
member GetText : 
        name:string -> string
Public Function GetText (
    name As String
) As String

Parameters

Return Value

Type: System.String

The value of the Annotation specified by name, if found in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

AnnotationCollection Class
Microsoft.AnalysisServices Namespace

Return to top