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).