CatalogItem.Name Property
Gets or sets the name of an item in the report server database.
Пространство имен: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Сборка: ReportService2005 (in reportingservice2005.dll)
Синтаксис
'Декларация
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)
Значение свойства
A String value containing the name of an item in the report server database.
Замечания
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.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
CatalogItem Class
CatalogItem Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace