Annotation.Value 속성
Gets or sets the XmlNode that contains the actual value of an Annotation.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Property Value As XmlNode
Get
Set
‘사용 방법
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)
속성 값
유형: System.Xml.XmlNode
The value associated with an annotation.