Partager via


LocalizedNameAttribute Constructor (String)

Initializes a new instance of the LocalizedNameAttribute class.

Espace de noms: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    name As String _
)
public LocalizedNameAttribute (
    string name
)
public:
LocalizedNameAttribute (
    String^ name
)
public LocalizedNameAttribute (
    String name
)
public function LocalizedNameAttribute (
    name : String
)

Paramètres

  • name
    The name of the extension. Used as the key to determine which localization to return.

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

LocalizedNameAttribute Class
LocalizedNameAttribute Members
Microsoft.ReportingServices.Interfaces Namespace