次の方法で共有


AceStruct Constructor (AceStruct)

既存の AceStruct オブジェクトに基づく AceStruct クラスの新しいインスタンスを作成します。

名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.Interfaces (microsoft.reportingservices.interfaces.dll 内)

構文

'宣言
Public Sub New ( _
    other As AceStruct _
)
public AceStruct (
    AceStruct other
)
public:
AceStruct (
    AceStruct^ other
)
public AceStruct (
    AceStruct other
)
public function AceStruct (
    other : AceStruct
)

パラメータ

  • other
    既存の AceStruct オブジェクトです。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

AceStruct Class
AceStruct Members
Microsoft.ReportingServices.Interfaces Namespace