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