SetText méthode (String, String)
Sets the Annotation, with the specified name, to a specified String value.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub SetText ( _
name As String, _
text As String _
)
'Utilisation
Dim instance As AnnotationCollection
Dim name As String
Dim text As String
instance.SetText(name, text)
public void SetText(
string name,
string text
)
public:
void SetText(
String^ name,
String^ text
)
member SetText :
name:string *
text:string -> unit
public function SetText(
name : String,
text : String
)
Paramètres
- name
Type : System. . :: . .String
The name of the Annotation to be added.
- text
Type : System. . :: . .String
The value to be set for the Annotation identified by name.