次の方法で共有


SetText メソッド (String, Boolean)

指定した名前の Annotation を、指定した Boolean 値に設定します。

名前空間:  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
)

パラメーター