GetText 메서드
Gets the value of the Annotation, with the specified name.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
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).