AceStruct 构造函数

定义

创建 AceStruct 类的新实例。

重载

AceStruct(AceStruct)

基于现有的 AceStruct 对象创建 AceStruct 类的新实例。

AceStruct(String)

使用指定的主体名称创建 AceStruct 类的新实例。

AceStruct(AceStruct)

基于现有的 AceStruct 对象创建 AceStruct 类的新实例。

public:
 AceStruct(Microsoft::ReportingServices::Interfaces::AceStruct ^ other);
public AceStruct (Microsoft.ReportingServices.Interfaces.AceStruct other);
new Microsoft.ReportingServices.Interfaces.AceStruct : Microsoft.ReportingServices.Interfaces.AceStruct -> Microsoft.ReportingServices.Interfaces.AceStruct
Public Sub New (other As AceStruct)

参数

other
AceStruct

一个现有的 AceStruct 对象。

适用于

AceStruct(String)

使用指定的主体名称创建 AceStruct 类的新实例。

public:
 AceStruct(System::String ^ name);
public AceStruct (string name);
new Microsoft.ReportingServices.Interfaces.AceStruct : string -> Microsoft.ReportingServices.Interfaces.AceStruct
Public Sub New (name As String)

参数

name
String

用户、组或计算机名称。

适用于