共用方式為


AceStruct 建構函式 (String)

Creates a new instance of the AceStruct class with the specified principal name.

命名空間:  Microsoft.ReportingServices.Interfaces
組件:   Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)

語法

'宣告
Public Sub New ( _
    name As String _
)
'用途
Dim name As String

Dim instance As New AceStruct(name)
public AceStruct(
    string name
)
public:
AceStruct(
    String^ name
)
new : 
        name:string -> AceStruct
public function AceStruct(
    name : String
)

參數