Partager via


Constructeur AceStruct (AceStruct)

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    other As AceStruct _
)
'Utilisation
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
)

Paramètres