次の方法で共有


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

ユーザー、グループ、またはコンピューター名です。

適用対象