LocalizedNameAttribute Constructor (String)

Initializes a new instance of the LocalizedNameAttribute class.

Пространство имен: Microsoft.ReportingServices.Interfaces
Сборка: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Синтаксис

'Декларация
Public Sub New ( _
    name As String _
)
public LocalizedNameAttribute (
    string name
)
public:
LocalizedNameAttribute (
    String^ name
)
public LocalizedNameAttribute (
    String name
)
public function LocalizedNameAttribute (
    name : String
)

Параметры

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

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

LocalizedNameAttribute Class
LocalizedNameAttribute Members
Microsoft.ReportingServices.Interfaces Namespace