SqlXml.Value Vlastnost

Definice

Získá řetězcovou reprezentaci xml obsahu této SqlXml instance.

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

Hodnota vlastnosti

Řetězcová reprezentace obsahu XML.

Poznámky

Chcete-li načíst obsah reprezentovaný jako , XmlReaderzavolejte metodu CreateReader .

Platí pro

Viz také