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

适用于

另请参阅