Partager via


GetText méthode

Gets the value of the Annotation, with the specified name.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function GetText ( _
    name As String _
) As String
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .String
The value of the Annotation specified by name, if found in the collection; otherwise, a null reference (Nothing in Visual Basic).