AceStruct コンストラクター (AceStruct)

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

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

構文

'宣言
Public Sub New ( _
    other As AceStruct _
)
'使用
Dim other As AceStruct

Dim instance As New AceStruct(other)
public AceStruct(
    AceStruct other
)
public:
AceStruct(
    AceStruct^ other
)
new : 
        other:AceStruct -> AceStruct
public function AceStruct(
    other : AceStruct
)

パラメーター