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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

LocalizedNameAttribute Class
LocalizedNameAttribute Members
Microsoft.ReportingServices.Interfaces Namespace