言語

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

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

適用対象