Metoda AnnotationCollection.SetText (String, Int32)
Zestawy Annotation, o określonej nazwie do określonego Int32 wartości.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub SetText ( _
name As String, _
value As Integer _
)
'Użycie
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
)
Parametry
- name
Typ: System.String
Nazwa Annotation do dodania.
- value
Typ: System.Int32
Wartość do zestaw dla Annotation identyfikowane przez name.
Zobacz także