Поделиться через


Конструктор AceStruct (AceStruct)

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

Пространство имен:  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
)

Параметры