SetText 方法 (String, Boolean)
Sets the Annotation, with the specified name, to a specified Boolean value.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Sub SetText ( _
name As String, _
value As Boolean _
)
'用途
Dim instance As AnnotationCollection
Dim name As String
Dim value As Boolean
instance.SetText(name, value)
public void SetText(
string name,
bool value
)
public:
void SetText(
String^ name,
bool value
)
member SetText :
name:string *
value:bool -> unit
public function SetText(
name : String,
value : boolean
)
參數
- name
型別:System. . :: . .String
The name of the Annotation to be added.
- value
型別:System. . :: . .Boolean
The value to be set for the Annotation identified by name.