SqlXml.Value 属性
定义
public:
property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String
属性值
XML 内容的字符串表示形式。The string representation of the XML content.
注解
若要检索表示为的内容 XmlReader ,请调用 CreateReader 方法。To retrieve the content represented as an XmlReader, call the CreateReader method.