AceStruct コンストラクター (AceStruct)
既存の AceStruct オブジェクトに基づく AceStruct クラスの新しいインスタンスを作成します。
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.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
)
パラメーター
- other
型: Microsoft.ReportingServices.Interfaces.AceStruct
既存の AceStruct オブジェクトです。