Compartir a través de


SetText Método (String, Boolean)

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Sub SetText ( _
    name As String, _
    value As Boolean _
)
'Uso
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
)

Parámetros