AnnotationCollection.SetText 메서드 (String, Int32)

Sets the Annotation, with the specified name, to a specified Int32 value.

네임스페이스:  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
)

매개 변수

참고 항목

참조

AnnotationCollection 클래스

SetText 오버로드

Microsoft.AnalysisServices 네임스페이스