AnnotationCollection.SetText Method (String, Boolean)

 

Applies To: SQL Server (starting with 2016)

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

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

Syntax

public void SetText(
    string name,
    bool value
)
public:
void SetText(
    String^ name,
    bool value
)
member SetText : 
        name:string *
        value:bool -> unit
Public Sub SetText (
    name As String,
    value As Boolean
)

Parameters

See Also

SetText Overload
AnnotationCollection Class
Microsoft.AnalysisServices Namespace

Return to top