Proprietà TrustedUserHeader.AnyAttr

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets a collection of header attributes.

Spazio dei nomi  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Sintassi

'Dichiarazione
Public Property AnyAttr As XmlAttribute()
    Get 
    Set
'Utilizzo
Dim instance As TrustedUserHeader 
Dim value As XmlAttribute()

value = instance.AnyAttr

instance.AnyAttr = value
public XmlAttribute[] AnyAttr { get; set; }
public:
property array<XmlAttribute^>^ AnyAttr {
    array<XmlAttribute^>^ get ();
    void set (array<XmlAttribute^>^ value);
}
member AnyAttr : XmlAttribute[] with get, set
function get AnyAttr () : XmlAttribute[]
function set AnyAttr (value : XmlAttribute[])

Valore proprietà

Tipo: array<System.Xml.XmlAttribute[]
A collection of header attributes.

Vedere anche

Riferimento

TrustedUserHeader Classe

Spazio dei nomi ReportExecution2005