Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The localized name to be used for display purposes on a user interface. Read-only.
Espace de noms: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Assembly: ReportExecution2005 (in reportexecutionservice.dll)
Syntaxe
'Déclaration
Public Property LocalizedName As String
public string LocalizedName { get; set; }
public:
property String^ LocalizedName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_LocalizedName ()
/** @property */
public void set_LocalizedName (String value)
public function get LocalizedName () : String
public function set LocalizedName (value : String)
Valeur de propriété
A String containing the localized name.
Notes
The value of the LocalizedName property is retrieved from the LocalizedName property of the extension. For more information about the IExtension interface and its properties, see IExtension interface.
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
Extension Class
Extension Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace