Annotation.Value Property

 

Applies To: SQL Server (starting with 2016)

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public XmlNode Value { get; set; }
public:
property XmlNode^ Value {
    XmlNode^ get();
    void set(XmlNode^ value);
}
member Value : XmlNode with get, set
Public Property Value As XmlNode

Property Value

Type: System.Xml.XmlNode

The value associated with an annotation.

See Also

Annotation Class
Microsoft.AnalysisServices Namespace

Return to top