SqlXml.Value 属性

定义

获取此 SqlXml 实例的 XML 内容的字符串表示形式。Gets the string representation of the XML content of this SqlXml instance.

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

属性值

String

XML 内容的字符串表示形式。The string representation of the XML content.

注解

若要检索表示为的内容 XmlReader ,请调用 CreateReader 方法。To retrieve the content represented as an XmlReader, call the CreateReader method.

适用于