AceStruct Constructor (String)

Creates a new instance of the AceStruct class with the specified principal name.

命名空间: Microsoft.ReportingServices.Interfaces
程序集: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

语法

声明
Public Sub New ( _
    name As String _
)
public AceStruct (
    string name
)
public:
AceStruct (
    String^ name
)
public AceStruct (
    String name
)
public function AceStruct (
    name : String
)

参数

  • name
    A user, group, or computer name.

平台

开发平台

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

目标平台

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

请参阅

参考

AceStruct Class
AceStruct Members
Microsoft.ReportingServices.Interfaces Namespace