Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the Annotation, with the specified name, to a specified Boolean value.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub SetText ( _
name As String, _
value As Boolean _
)
'Usage
Dim instance As AnnotationCollection
Dim name As String
Dim value As Boolean
instance.SetText(name, value)
public void SetText(
string name,
bool value
)
public:
void SetText(
String^ name,
bool value
)
member SetText :
name:string *
value:bool -> unit
public function SetText(
name : String,
value : boolean
)
Parameters
- name
Type: System.String
The name of the Annotation to be added.
- value
Type: System.Boolean
The value to be set for the Annotation identified by name.