AceStruct 建構函式

定義

建立 AceStruct 類別的新實例。

多載

名稱 Description
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

使用者、群組或電腦名稱。

適用於