SqlXml.Value 属性

定义

获取此 SqlXml 实例的 XML 内容的字符串表示形式。

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

属性值

XML 内容的字符串表示形式。

注解

若要检索表示为 的内容,请 XmlReader调用 CreateReader 方法。

适用于

另请参阅