Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the value of the Annotation, with the specified name.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function GetText ( _
name As String _
) As String
'Usage
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
Parameter
- name
Typ: System.String
The name of the Annotation to be added.
Rückgabewert
Typ: System.String
The value of the Annotation specified by name, if found in the collection; otherwise, a null reference (Nothing in Visual Basic).