AnnotationCollection.SetText メソッド (String, Int32)
指定した名前の Annotation を、指定した Int32 値に設定します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub SetText ( _
name As String, _
value As Integer _
)
'使用
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
)
パラメーター
- name
型: System.String
追加する Annotation の名前です。
- value
型: System.Int32
name で識別される Annotation に設定する値です。