CatalogItem.CreatedBy Property
Gets the name of the user who originally added the item to the report server database. Read-only.
Espacio de nombres: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Ensamblado: ReportService2005 (in reportingservice2005.dll)
Sintaxis
'Declaración
Public Property CreatedBy As String
public string CreatedBy { get; set; }
public:
property String^ CreatedBy {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_CreatedBy ()
/** @property */
public void set_CreatedBy (String value)
public function get CreatedBy () : String
public function set CreatedBy (value : String)
Valor de propiedad
A String value containing the name of the user who originally added the item to the report server database.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
CatalogItem Class
CatalogItem Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace