Annotation.Value Property
Gets or sets the XmlNode that contains the actual value of an Annotation.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<XmlElementAttribute(IsNullable:=False)> _
Public Property Value As XmlNode
[XmlElementAttribute(IsNullable=false)]
public XmlNode Value { get; set; }
[XmlElementAttribute(IsNullable=false)]
public:
property XmlNode^ Value {
XmlNode^ get ();
void set (XmlNode^ value);
}
/** @property */
public XmlNode get_Value ()
/** @property */
public void set_Value (XmlNode value)
public function get Value () : XmlNode
public function set Value (value : XmlNode)
Property Value
The value associated with an annotation.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Annotation Class
Annotation Members
Microsoft.AnalysisServices Namespace