Метод AnnotationCollection.GetText
Gets the value of the Annotation, with the specified name.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function GetText ( _
name As String _
) As String
'Применение
Dim instance As AnnotationCollection
Dim name As String
Dim returnValue As String
returnValue = instance.GetText(name)
public string GetText(
string name
)
public:
String^ GetText(
String^ name
)
member GetText :
name:string -> string
public function GetText(
name : String
) : String
Параметры
- name
Тип: System.String
The name of the Annotation to be added.
Возвращаемое значение
Тип: System.String
The value of the Annotation specified by name, if found in the collection; otherwise, a null reference (Nothing in Visual Basic).