CatalogItem.Name Property
Gets or sets the name of an item in the report server database.
Spazio dei nomi: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly : ReportService2005 (in reportingservice2005.dll)
Sintassi
'Dichiarazione
Public Property Name As String
public string Name { get; set; }
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Name ()
/** @property */
public void set_Name (String value)
public function get Name () : String
public function set Name (value : String)
Valore proprietà
A String value containing the name of an item in the report server database.
Osservazioni
The name can include spaces, but cannot include reserved characters that are used for URL encoding: ; ? : @ & = + , $ / * < > |.
The Name property does not include the full path name of the item. To retrieve the full path name of an item, use the Path property.
You can modify the Name property of an item using the MoveItem method. Attempting to modify the Name property using the SetProperties method results in an exception being thrown with error code rsReadOnlyProperty.
Thread Safety
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
CatalogItem Class
CatalogItem Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace