共用方式為


TrustedUserHeader.AnyAttr 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets a collection of header attributes.

命名空間:  ReportExecution2005
組件:  ReportExecution2005 (在 ReportExecution2005.dll 中)

語法

'宣告
Public Property AnyAttr As XmlAttribute()
    Get 
    Set
'用途
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[])

屬性值

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

請參閱

參考

TrustedUserHeader 類別

ReportExecution2005 命名空間