Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets the value of the Annotation, with the specified name.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function GetText ( _
name As String _
) As String
'Uso
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
Parámetros
- name
Tipo: System.String
The name of the Annotation to be added.
Valor devuelto
Tipo: System.String
The value of the Annotation specified by name, if found in the collection; otherwise, a null reference (Nothing in Visual Basic).