ServerInfoHeader.AnyAttr Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an array of SOAP attributes.
public:
property cli::array <System::Xml::XmlAttribute ^> ^ AnyAttr { cli::array <System::Xml::XmlAttribute ^> ^ get(); void set(cli::array <System::Xml::XmlAttribute ^> ^ value); };
public System.Xml.XmlAttribute[] AnyAttr { get; set; }
member this.AnyAttr : System.Xml.XmlAttribute[] with get, set
Public Property AnyAttr As XmlAttribute()
An array of XmlAttribute objects.
This property enables the use of attributes in the SOAP namespace.
Product | Versions |
---|---|
SQL Server .NET SDK | 2016 |