Share via


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

매개 변수

반환 값

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