SetText 方法 (String, String)
Sets the Annotation, with the specified name, to a specified String value.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Sub SetText ( _
name As String, _
text As String _
)
'用途
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
)
參數
- name
型別:System. . :: . .String
The name of the Annotation to be added.
- text
型別:System. . :: . .String
The value to be set for the Annotation identified by name.