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
)
参数
- other
类型:Microsoft.ReportingServices.Interfaces.AceStruct
An existing AceStruct object.