AceStruct 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 AceStruct 類別的新實例。
多載
| 名稱 | Description |
|---|---|
| AceStruct(AceStruct) | |
| AceStruct(String) |
建立一個帶有指定主體名稱的 AceStruct 類別新實例。 |
AceStruct(AceStruct)
public:
AceStruct(Microsoft::ReportingServices::Interfaces::AceStruct ^ other);
public AceStruct(Microsoft.ReportingServices.Interfaces.AceStruct other);
new Microsoft.ReportingServices.Interfaces.AceStruct : Microsoft.ReportingServices.Interfaces.AceStruct -> Microsoft.ReportingServices.Interfaces.AceStruct
Public Sub New (other As AceStruct)