Метод AnnotationCollection.SetText (String, Boolean)
Sets the Annotation, with the specified name, to a specified Boolean value.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub SetText ( _
name As String, _
value As Boolean _
)
'Применение
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
)
Параметры
- name
Тип: System.String
The name of the Annotation to be added.
- value
Тип: System.Boolean
The value to be set for the Annotation identified by name.