Share via


ReportingService2005.ItemNamespaceHeaderValue Property

The value that represents the identifier used to retrieve item properties.

Espace de noms: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)

Syntaxe

'Déclaration
Public Property ItemNamespaceHeaderValue As ItemNamespaceHeader
public ItemNamespaceHeader ItemNamespaceHeaderValue { get; set; }
public:
property ItemNamespaceHeader^ ItemNamespaceHeaderValue {
    ItemNamespaceHeader^ get ();
    void set (ItemNamespaceHeader^ value);
}
/** @property */
public ItemNamespaceHeader get_ItemNamespaceHeaderValue ()

/** @property */
public void set_ItemNamespaceHeaderValue (ItemNamespaceHeader value)
public function get ItemNamespaceHeaderValue () : ItemNamespaceHeader

public function set ItemNamespaceHeaderValue (value : ItemNamespaceHeader)

Valeur de propriété

An ItemNamespaceHeader object encapsulating the identifier used to retrieve item properties.

Notes

You can use the ItemNamespaceHeaderValue property of the Web service to retrieve item properties based on two different item identifiers: the full path name of the item or the ID of the item. For more information, see Setting the Item Namespace for the GetProperties Method.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace