Freigeben über


AceStruct-Konstruktor (AceStruct)

Creates a new instance of the AceStruct class based on an existing AceStruct object.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
Public Sub New ( _
    other As AceStruct _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

AceStruct Klasse

AceStruct-Überladung

Microsoft.ReportingServices.Interfaces-Namespace