Compartir a través de


Value Propiedad

Gets or sets the XmlNode that contains the actual value of an Annotation.

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

Sintaxis

'Declaración
Public Property Value As XmlNode
    Get
    Set
'Uso
Dim instance As Annotation
Dim value As XmlNode

value = instance.Value

instance.Value = value
public XmlNode Value { get; set; }
public:
property XmlNode^ Value {
    XmlNode^ get ();
    void set (XmlNode^ value);
}
member Value : XmlNode with get, set
function get Value () : XmlNode
function set Value (value : XmlNode)

Valor de la propiedad

Tipo: System.Xml. . :: . .XmlNode
The value associated with an annotation.