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