Propriedade do RDL TrustedUserHeader.AnyAttr
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets a collection of header attributes.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (em ReportExecution2005.dll)
Sintaxe
'Declaração
Public Property AnyAttr As XmlAttribute()
Get
Set
'Uso
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[])
Valor da propriedade
Tipo: array<System.Xml.XmlAttribute[]
A collection of header attributes.