AceStruct Constructor (AceStruct)
Creates a new instance of the AceStruct class based on an existing AceStruct object.
Spazio dei nomi: Microsoft.ReportingServices.Interfaces
Assembly : Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
other As AceStruct _
)
public AceStruct (
AceStruct other
)
public:
AceStruct (
AceStruct^ other
)
public AceStruct (
AceStruct other
)
public function AceStruct (
other : AceStruct
)
Parametri
- other
An existing AceStruct object.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
AceStruct Class
AceStruct Members
Microsoft.ReportingServices.Interfaces Namespace